Closed jvitoroc closed 6 years ago
Looks like a duplicate of #100 , caused by profiles with spaces in them.
Closing as duplicate of #100
Pasting my comment from facebook/react#11933 in case it helps others:
I got the same error (in facebook/react#11933) working for me by adding sudo
, as such:
sudo npx create-react-app my-app
Note that this might be because my Node.js installation's file-system owner is indeed root
rather than my own user - perhaps this is the root cause for this issue?
I have same issue, it's that Windows has created my user folder with spaces in it too.
Node version: 8.7.0 npm version: 5.4.2
I'm getting the following errors when I run
npx minify index.js --out-file index.min.js
, but the command works (file is minified)