PiwikPRO / ngx-piwik-pro

Dedicated Piwik PRO library that helps with implementing Piwik PRO Tag Manager and the Piwik PRO tracking client in Angular 8+ applications.
MIT License
3 stars 3 forks source link

Unable to install the library #5

Closed ValentinGot closed 2 years ago

ValentinGot commented 2 years ago

Hi,

I've been meaning to install the @piwikpro/ngx-piwik-pro package, but it seems that it is not in the NPM registry.

When running npm install @piwik-pro/ngx-piwik-pro, I'm getting the following error:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@piwik-pro%2fngx-piwik-pro - Not found
npm ERR! 404
npm ERR! 404  '@piwik-pro/ngx-piwik-pro@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
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:
npm ERR!     D:\Users\vgot\AppData\Local\npm-cache\_logs\2022-05-04T08_48_02_331Z-debug.log

npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See D:\Users\vgot\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\Users\vgot\AppData\Local\npm-cache\_logs\2022-05-04T08_49_05_064Z-debug.log
danieltwork commented 2 years ago

@ValentinGot Hey, can you provide the logs you get when trying to install a package using:

npm install @piwikpro/ngx-piwik-pro

because this repository path is correct

ValentinGot commented 2 years ago

Hi @danieltwork,

I can confirm that your command is working. Thanks.

The package listed in the README file is wrong, it says to run npm install @piwik-pro/ngx-piwik-pro instead of npm install @piwikpro/ngx-piwik-pro 🙂