ionic-team / stencil-ds-plugins-demo

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

'component-library-angular@0.0.1' is not in the npm registry - Fail Build app-angular #11

Open peterennis opened 4 years ago

peterennis commented 4 years ago
C:\ae\stencil-ds-plugins-demo\packages\component-library-react>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-12-18T05_09_14_182Z-debug.log

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

Capture762

Forcing publish to npm for testing is not very user friendly.

Reviewing this: https://dev.to/fvaldes33/creating-a-design-system-with-stencil-and-react-2nmj

and this: https://github.com/fvaldes33/devto-design-system-blog/blob/master/packages/react/scripts/copy.js

seems to indicate there should be a way to build and test locally, on multiple platforms, before having to deal with npm.