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
It looks like nbextension and labextension are both pre-built and bundled, so it isn't necessary to run npm and build:prod on install. This has also been breaking for people who do not have yarn or npm installed.
The text was updated successfully, but these errors were encountered:
A short term fix is to us skip_if_exists to skip the npm build if one of the built files exists. A better solution is to adopt the jupyter_packagingbackend in this cookiecutter.
I was curious if people know why the setup.py builds the package on install:
widget-ts-cookiecutter/{{cookiecutter.github_project_name}}/setup.py
Line 60 in f8c4f1d
It looks like nbextension and labextension are both pre-built and bundled, so it isn't necessary to run
npm
andbuild:prod
on install. This has also been breaking for people who do not have yarn or npm installed.The text was updated successfully, but these errors were encountered: