stayradiated / hifi.kitchen

A Plex web client built for music playback
https://hifi.kitchen
MIT License
9 stars 3 forks source link

hifi-redux not found in both npm and yarn #31

Open ronilaukkarinen opened 4 years ago

ronilaukkarinen commented 4 years ago

npm:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@stayradiated/hifi-redux/-/hifi-redux-2.9.0.tgz
npm ERR! 404 
npm ERR! 404  '@stayradiated/hifi-redux@2.9.0' 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 'hifi.kitchen'
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!     /home/rolle/.npm/_logs/2020-01-29T10_03_42_394Z-debug.log

yarn:

[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@stayradiated%2fhifi-redux: Not found".
info If you think this is a bug, please open a bug report with the information provided in "/home/rolle/hifi.kitchen/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
ronilaukkarinen commented 4 years ago

I'd really like to try this and even contribute, is there any solution to this? Can't find hifi-redux package anywhere.

ronilaukkarinen commented 4 years ago

For reference, "solved" this for now with npm install https://github.com/stayradiated/hifi.redux.

ronilaukkarinen commented 4 years ago

Unfortunately it did not solve it :( When I run npm start I get

Failed to compile.

./src/store.js
Module not found: Can't resolve '@stayradiated/hifi-redux' in '/Users/rolle/Projects/hifi.kitchen/src'

Even though it's in node_modules. I'm not that experienced in JS apps, so what to do?