You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
When building from source, the last stage of jlpm run build yields
Failed to parse source map from '/home/sylvain/dev/jupyterlite/xeus-python-kernel/node_modules/@jupyterlite/server/src/app.ts' file: Error: ENOENT: no such file or directory, open '/home/sylvain/dev/jupyterlite/xeus-python-kernel/node_modules/@jupyterlite/server/src/app.ts'
It seems that the source map files are in server/lib instead of server/src.
The text was updated successfully, but these errors were encountered:
When building from source, the last stage of
jlpm run build
yieldsIt seems that the source map files are in
server/lib
instead ofserver/src
.The text was updated successfully, but these errors were encountered: