-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
JS Error when installing built package #131
Comments
I started from scratch with a clean cookiecutter repo (with minimal package.json tweaks pulled over from my larger repo). And I still get a similar error. The reproduction repo is here I built with the following commands
then I installed via install via
|
I think the cookiecutter doesn't work when the JS name != python name. I've been struggling with this myself. I'll open an issue soon. |
I have an inprogress widget based on ts-cookie cutter
I ran the following commands to create a clean environment
I got a js import error when trying to use the widget (that works for symlink development)
Here are the results of jupyter nbextension list... General jupyter note, I get very confused between nbextensions and jupyterlab extensions
repo is here
https://github.com/paddymul/dcf
What should I do?
How can I test my package before deploying to see if it will install properly?
Can we add better messaging to the cookie-cutter readme about how to test the installation of your package?
The text was updated successfully, but these errors were encountered: