Advertisement
carrots084

Untitled

Jul 1st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. sara@saraslaptop:~/Desktop$ npx create-react-app
  2. Error: EPERM, Operation not permitted
  3. at /home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/node_modules/uid-number/uid-number.js:49:16
  4. at ChildProcess.exithandler (child_process.js:285:7)
  5. at ChildProcess.emit (events.js:189:13)
  6. at maybeClose (internal/child_process.js:978:16)
  7. at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
  8. TypeError: Cannot read property 'get' of undefined
  9. at errorHandler (/home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/utils/error-handler.js:205:18)
  10. at /home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/bin/npm-cli.js:78:20
  11. at cb (/home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/npm.js:228:22)
  12. at /home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/npm.js:266:24
  13. at /home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/config/core.js:83:7
  14. at Array.forEach (<anonymous>)
  15. at /home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/config/core.js:82:13
  16. at f (/home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/node_modules/once/once.js:25:25)
  17. at afterExtras (/home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/config/core.js:173:20)
  18. at Conf.<anonymous> (/home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/config/core.js:231:22)
  19. /home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/utils/error-handler.js:205
  20. if (npm.config.get('json')) {
  21. ^
  22.  
  23. TypeError: Cannot read property 'get' of undefined
  24. at process.errorHandler (/home/sara/.nvm/versions/node/v11.4.0/lib/node_modules/npm/lib/utils/error-handler.js:205:18)
  25. at process.emit (events.js:189:13)
  26. at process._fatalException (internal/bootstrap/node.js:627:27)
  27. Install for create-react-app@latest failed with code 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement