datalayer / jupyter-ui

⚛️ React.js components 💯% compatible with 🪐 Jupyter. https://jupyter-ui-storybook.datalayer.tech
https://jupyter-ui.datalayer.tech
Other
291 stars 42 forks source link

Cannot install Docusuarus Plugin #221

Closed lyleaigbedion closed 1 month ago

lyleaigbedion commented 1 month ago

Description

On Node v18.18.0 and npm 9.8.1

Running npm i @datalayer/jupyter-docusauru-plugin

returns this error

npm ERR! code ETARGET npm ERR! notarget No matching version found for @primer/react@0.0.0-20230912151940. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

Reproduce

  1. Run npm i @datalayer/jupyter-docusauru-plugin

Expected behavior

Able to install

Context

echarles commented 1 month ago

@lyleaigbedion Thx for opening this issue. I have pushed a new 0.1.0 release, could you try? https://www.npmjs.com/package/@datalayer/jupyter-docusaurus-plugin/v/0.1.0

PS: there is a typo in the package you shared, jupyter-docusauru-plugin it should be jupyter-docusaurus-plugin - no sure if this was the issue.

lyleaigbedion commented 1 month ago

@echarles Thanks for the quick turnaround! I'm able to install it!