ionic-team / stencil-ds-plugins-demo

This is a demo project using the stencil-ds-plugins.
MIT License
44 stars 20 forks source link

npm ERR! 404 You should bug the author to publish it #1

Closed peterennis closed 4 years ago

peterennis commented 4 years ago

Testing the demo.

Microsoft Windows [Version 10.0.17763.805]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\peter>cd C:\ae\stencil-ds-plugins-demo\packages\app-angular

C:\ae\stencil-ds-plugins-demo\packages\app-angular>npm i
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/component-library-angular - Not found
npm ERR! 404
npm ERR! 404  'component-library-angular@0.0.1' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'app-angular'
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!     C:\Users\peter\AppData\Roaming\npm-cache\_logs\2019-11-06T05_16_58_049Z-debug.log

C:\ae\stencil-ds-plugins-demo\packages\app-angular>

Capture690

kvaughan-ct commented 4 years ago

This is lerna managed. I'm sure docs will be added, but in the meantime run npx lerna bootstrap from the repo root to manage your npm installing.

jthoms1 commented 4 years ago

Ya this isn't meant to be actually publishable. lerna bootstrap should be used to link the packages together.

peterennis commented 4 years ago

@kvaughan-ct Thanks for the tip. It still does not work Ref: https://github.com/ionic-team/stencil-ds-plugins-demo/issues/2

@jthoms1 Some other directions needed.