-
Notifications
You must be signed in to change notification settings - Fork 255
Installation failed with newest node version #387
Comments
Have you tried putting |
yes. but nothing changes |
Same issue for me |
Was able to make progress by doing option 2 from here: https://docs.npmjs.com/getting-started/fixing-npm-permissions |
I can't speak towards changing the install directory or the using an installation manager mentioned in the link above. I had a working system on node.js 4.x I upgraded to 8.x. I was then unable to run airsonos due to errors about the nodetunes and nicercast modules being compiled against a different version of node.js. I used these commands to rebuild the modules on my system (raspPi 2): This built new modules. Then I had to move the modules inside of airsonos out of the way and symlink the newly built modules in place: sudo ln -s /usr/lib/node_modules/nodetunes/ /usr/lib/node_modules/airsonos/node_modules/ that allowed me to start airsonos. |
Actually, airsonos started however I was getting a key length error and airsonos would die. I additionally applied these patches and now have a working system: |
I try to install airsonos on my PI 2 on Stretch and node v.8.9.1
But I always get below error message:
fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-a694fbc7': Permission denied
Any ideas?
The text was updated successfully, but these errors were encountered: