gnomeontherun / ngx-intents

Voice conversation library for Angular
MIT License
5 stars 1 forks source link

npm package is not found #29

Closed Disane87 closed 5 years ago

Disane87 commented 5 years ago

installing it via npm install ngx-voice --save is not working:

PS E:\Projekte\VS2017\AngularFrontend\ClientApp> npm install ngx-voice -save
npm ERR! code E404
npm ERR! 404 Not Found: ngx-voice@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\mfranke\AppData\Roaming\npm-cache\_logs\2018-10-12T10_27_27_652Z-debug.log
PS E:\Projekte\VS2017\AngularFrontend\ClientApp> npm install ngx-voice --save
npm ERR! code E404
npm ERR! 404 Not Found: ngx-voice@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\mfranke\AppData\Roaming\npm-cache\_logs\2018-10-12T10_28_03_990Z-debug.log

Also there is no npm package found on the npm page: image

gnomeontherun commented 5 years ago

Yeah, this was a pet project that hasn't been finished yet, so until then you'll have to include it directly.

github-actions[bot] commented 4 years ago

This issue has been locked after being closed for a while. Please use a new ticket if you need to discuss this topic further.