This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
NPM Install Error When a Parent Directory of the Repo Has a Space in Its Name #15
Labels
bug
Something isn't working
Here is a complete stacktrace of the error:
As you can see in this snippet of the error:
npm ERR! clang: error: no such file or directory: 'Poly/Clubs/CSAI/Repos/argo-editor/node_modules/node-addon-api'
it appears to be trying to referencenode-addon-api
but has cut out all of the absolute filepath before the Poly in myCal Poly
folder.Here is the entire filepath for reference, from another error snippet:
npm ERR! path /Users/grantholland/Grant/Cal Poly/Clubs/CSAI/Repos/argo-editor/node_modules/deasync
If I rename that directory to
CalPoly
, thenpm run install
ornpm run init
works.Not sure if this error is coming from something we wrote or from a tool we're using...
The text was updated successfully, but these errors were encountered: