You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
succeeds just fine, then wiping out the cache under /home/USER/.cache/node-gyp (and delete /home/USER/.cache/node too while you're at it) resolves this unholy mess.
I'm leaving this here for posterity because I just spent around 2 hours debugging it, and I hope this message will save you time should find yourself in the same situation.
The text was updated successfully, but these errors were encountered:
If
npm install
runs into a mysterious lstat error (which happens during path.resolve, which is super-weird):However your
succeeds just fine, then wiping out the cache under /home/USER/.cache/node-gyp (and delete /home/USER/.cache/node too while you're at it) resolves this unholy mess.
I'm leaving this here for posterity because I just spent around 2 hours debugging it, and I hope this message will save you time should find yourself in the same situation.
The text was updated successfully, but these errors were encountered: