Skip to content
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

Missing peer dependency in npm registry @unovis/shared #346

Closed
juanmluces opened this issue Mar 11, 2024 · 0 comments
Closed

Missing peer dependency in npm registry @unovis/shared #346

juanmluces opened this issue Mar 11, 2024 · 0 comments

Comments

@juanmluces
Copy link

Trying to install the library in an angular@16 project and the instalation failes with the message:

Not Found - GET https://registry.npmjs.org/@unovis%2fshared - Not found

It appears the the peerDependancy: '@unovis/shared@* is missing in the npm registry

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@unovis%2fshared - Not found
npm ERR! 404
npm ERR! 404  '@unovis/shared@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: C:\Users\jmluc\AppData\Local\npm-cache\_logs\2024-03-11T10_51_25_545Z-debug-0.log
PS C:\Users\jmluc\playground\unovis-playground> npm i @unovis/shared
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@unovis%2fshared - Not found
npm ERR! 404
npm ERR! 404  '@unovis/shared@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: C:\Users\jmluc\AppData\Local\npm-cache\_logs\2024-03-11T12_09_42_526Z-debug-0.log ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants