Closed rbwilcoxon11 closed 7 years ago
Hi @rbwilcoxon11! I ran into this issue too and documented it over at https://github.com/nebrius/raspi-io/issues/96.
Can you let me know which version of Node.js and npm you're running?
Node version - v8.5.0 npm version - 5.4.1
Right now i'm getting around it by installing all the dependencies manually and combining them like this packages src
The up-carrots are misleading though; each of those is the specific version I installed of each package
Can you try downgrading to npm 5.3.0? That's what fixed it for me.
npm install -g npm@5.3.0
Works 👍
The install script seems to have a bug in it... I think it could be resolved if the right dependencies were installed.
Here's my package.json
When I run
I get this error back
I had installed this package about a week ago with no problems, I think it was the recent update. I could try to pull all the old packages, but I think it'd be easier just to fix this one...