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
error: The path name '@jupyterlab/toc-4fff.0.0' is invalid: the '@' character is invalid. Path names are alphanumeric and can include the symbols +-._?= and must not begin with a period. Note: If '@jupyterlab/toc-4.0.0' is a source file and you cannot rename it on disk, builtins.path { name = ... } can be used to give it an alternative name.
(use '--show-trace' to show detailed location information)
Expected behavior
A clear and concise description of what you expected to happen.
Should create node_modules
Environment
OS name + version: nixos a somewhat recent commit
Version of the code: master
Additional context
I wanted to try this out in hopes that I could start packaging jupyterlab extensions for the 3.0 release. If this were to work we would be able fully build reproducibility jupyterlab extensions. Additional hope of this work is that we can start to build more python packages from the github source instead of pypi where they usually bundle in the npm dependencies.
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to create
node_modules
from jupyterlab packagejupyterlab_toc
To Reproduce
Steps to reproduce the behavior.
The
package.json
is copied from https://github.com/jupyterlab/jupyterlab-tocExpected behavior
A clear and concise description of what you expected to happen.
Should create
node_modules
Environment
Additional context
I wanted to try this out in hopes that I could start packaging jupyterlab extensions for the 3.0 release. If this were to work we would be able fully build reproducibility jupyterlab extensions. Additional hope of this work is that we can start to build more python packages from the github source instead of pypi where they usually bundle in the npm dependencies.
The text was updated successfully, but these errors were encountered: