Setup issue on windows system #112
-
Hi @gamemaker1 I was setting up using the installation guide here: https://github.com/Sunbird-RC/sunbird-rc-core/blob/main/docs/installation.md However while setting up on the windows machine, I kept getting this error: It worked after we made the following change in the ~\Roaming\npm\registry.ps1 file:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thank you for the bug report. I am working on a fix and will publish it soon. |
Beta Was this translation helpful? Give feedback.
-
I have pushed a fix in v0.7.2, could you please uninstall ( Thanks! |
Beta Was this translation helpful? Give feedback.
I have pushed a fix in v0.7.2, could you please uninstall (
npm rm --global registry-cli
) and reinstall (npm install --global registry-cli
) the CLI to check if it works now?Thanks!