-
-
Save suissa/528c3e9e264f23378c2b0d36571de2dc to your computer and use it in GitHub Desktop.
(import-export) ➜ () ➜ npm i express | |
npm ERR! Darwin 14.5.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "express" | |
npm ERR! node v7.0.0 | |
npm ERR! npm v3.10.8 | |
npm ERR! code MODULE_NOT_FOUND | |
npm ERR! Cannot find module 'internal/fs' | |
npm ERR! | |
npm ERR! If you need help, you may report this error at: | |
npm ERR! <https://github.com/npm/npm/issues> | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/jeancarlonascimento/www/testes/Modularizacao/import-export/npm-debug.log | |
(import-export) ➜ () ➜ node -v | |
v7.0.0 | |
(import-export) ➜ () ➜ npm -v | |
3.10.8 | |
(import-export) ➜ () ➜ npm i mocha | |
npm ERR! Darwin 14.5.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "mocha" | |
npm ERR! node v7.0.0 | |
npm ERR! npm v3.10.8 | |
npm ERR! code MODULE_NOT_FOUND | |
npm ERR! Cannot find module 'internal/fs' | |
npm ERR! | |
npm ERR! If you need help, you may report this error at: | |
npm ERR! <https://github.com/npm/npm/issues> | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/jeancarlonascimento/www/testes/Modularizacao/import-export/npm-debug.log |
(import-export) ➜ () ➜ cat npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'i', 'mocha' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: Cannot find module 'internal/fs'
4 verbose stack at Function.Module._resolveFilename (module.js:472:15)
4 verbose stack at Function.Module._load (module.js:420:25)
4 verbose stack at Module.require (module.js:500:17)
4 verbose stack at require (internal/module.js:20:19)
4 verbose stack at evalmachine.:17:20
4 verbose stack at Object. (/usr/local/lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/fs.js:11:1)
4 verbose stack at Module._compile (module.js:573:32)
4 verbose stack at Object.Module._extensions..js (module.js:582:10)
4 verbose stack at Module.load (module.js:490:32)
4 verbose stack at tryModuleLoad (module.js:449:12)
5 verbose cwd /Users/jeancarlonascimento/www/testes/Modularizacao/import-export
6 error Darwin 14.5.0
7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "mocha"
8 error node v7.0.0
9 error npm v3.10.8
10 error code MODULE_NOT_FOUND
11 error Cannot find module 'internal/fs'
12 error If you need help, you may report this error at:
12 error https://github.com/npm/npm/issues
13 verbose exit [ 1, true ]
(import-export) ➜ () ➜ node -e "console.log(process.versions.v8)"
5.4.500.36
(import-export) ➜ () ➜ node -pe 'this.process.versions'
{ http_parser: '2.7.0',
node: '7.0.0',
v8: '5.4.500.36',
uv: '1.9.1',
zlib: '1.2.8',
ares: '1.10.1-DEV',
icu: '57.1',
modules: '51',
openssl: '1.0.2j' }
(import-export) ➜ () ➜ node -pe 'this.process.versions.v8'
5.4.500.36
REINSTALEI com o n e agora SEM ERROS na instalação mas nada ainda
(import-export) ➜ () ➜ n v7.0.0
install : node-v7.0.0
mkdir : /usr/local/n/versions/node/7.0.0
fetch : https://nodejs.org/dist/v7.0.0/node-v7.0.0-darwin-x64.tar.gz
######################################################################## 100.0%
installed : v7.0.0
(import-export) ➜ () ➜ npm i reify
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "reify"
npm ERR! node v7.0.0
npm ERR! npm v3.10.8
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module 'internal/fs'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /Users/jeancarlonascimento/www/testes/Modularizacao/import-export/npm-debug.log
(import-export) ➜ () ➜ npm i express
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "express"
npm ERR! node v7.0.0
npm ERR! npm v3.10.8
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module 'internal/fs'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /Users/jeancarlonascimento/www/testes/Modularizacao/import-export/npm-debug.log
(import-export) ➜ () ➜ which node
/usr/local/bin/node
(import-export) ➜ () ➜ which npm
/usr/local/bin/npm