xeus-python-kernel icon indicating copy to clipboard operation
xeus-python-kernel copied to clipboard

Error when building from source with source maps.

Open SylvainCorlay opened this issue 2 years ago • 0 comments

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.

SylvainCorlay avatar Apr 02 '23 15:04 SylvainCorlay