This repository was archived by the owner on Feb 14, 2024. It is now read-only.
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
Error when building from source with source maps. #122
Open
Description
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
.