Skip to content

jupyter-js-widgets release missing on npm #1230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ssunkara1 opened this issue Mar 27, 2017 · 3 comments
Closed

jupyter-js-widgets release missing on npm #1230

ssunkara1 opened this issue Mar 27, 2017 · 3 comments
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@ssunkara1
Copy link
Contributor

ipywidgets master depends on jupyter-js-widgets 3.0.0 which is not available on npm. When I try to install ipywidgets I get the error npm ERR! notarget No compatible version found: jupyter-js-widgets@~3.0.0.

@jasongrout
Copy link
Member

Right. For now, you'll need to do npm run update in widgetsnbextension, or use npm link.

@ssunkara1
Copy link
Contributor Author

I tried npm run update and I get the following error:

ERROR in ./src/extension.js
Module not found: Error: Cannot resolve module '@phosphor/widgets/style/index.css' in D:\code\ipywidgets\widgetsnbextension\src
@ ./src/extension.js 99:12-56

ERROR in ./src/widgetarea.js
Module not found: Error: Cannot resolve module '@phosphor/messaging' in D:\code\ipywidgets\widgetsnbextension\src
@ ./src/widgetarea.js 7:16-46

ERROR in ./src/widgetarea.js
Module not found: Error: Cannot resolve module '@phosphor/widgets' in D:\code\ipywidgets\widgetsnbextension\src
@ ./src/widgetarea.js 8:15-43

@jasongrout
Copy link
Member

Thanks. We're aware of the issues. Right now, master is a bit hard to install because we're redoing how version numbers work, and we don't want to release jupyter-js-widgets until we finish #1228.

Closing for now (verified in conversation that @ssunkara1 installed 6.0 and is happy with that for now).

@jasongrout jasongrout added this to the 7.0 milestone Aug 4, 2017
@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 11, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

2 participants