robingenz / capacitor-plugin-demo

⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.
https://capacitor-plugin-demo-robingenz.vercel.app/home
MIT License
93 stars 21 forks source link

bug: npm i breaks #797

Closed gerhardcit closed 1 year ago

gerhardcit commented 1 year ago

Describe the bug npm i breaks on a authentication token

To Reproduce npm i

Expected behavior Should install packages

Screenshots

npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated superagent@5.3.1: Please upgrade to v7.0.2+ of superagent.  We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing.  See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
npm WARN deprecated puppeteer@18.0.5: < 19.4.0 is no longer supported
npm ERR! code E401
npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/download/@capawesome-team/capacitor-file-opener/5.0.0/b99f6fa2aa829b61ecf71ba4c30d3c49a8daaa0a - authentication token not provided

Desktop (please complete the following information):

robingenz commented 1 year ago

Duplicate of #788