jupyterlite / xeus-python-kernel

xeus-python in JupyterLite
https://xeus-python-kernel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

Error when building from source with source maps. #122

Open SylvainCorlay opened 1 year ago

SylvainCorlay commented 1 year ago

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.