npm install not working
Kindly look for that...
cat /Users/hardikdadhich/.npm/_logs/2019-07-31T19_21_41_511Z-debug.log 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ] 2 info using [email protected] 3 info using [email protected] 4 verbose npm-session 449ead230de5209b 5 silly install runPreinstallTopLevelLifecycles 6 silly preinstall [email protected] 7 info lifecycle [email protected]~preinstall: [email protected] 8 silly install loadCurrentTree 9 silly install readLocalPackageData 10 timing stage:loadCurrentTree Completed in 9ms 11 silly install loadIdealTree 12 silly install cloneCurrentTreeToIdealTree 13 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 14 silly install loadShrinkwrap 15 timing stage:loadIdealTree:loadShrinkwrap Completed in 599ms 16 silly install loadAllDepsIntoIdealTree 17 silly fetchPackageMetaData error for [email protected] request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/react-scripts failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 18 silly fetchPackageMetaData error for copyfiles@^2.0.0 request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/copyfiles failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 19 silly fetchPackageMetaData error for renamer@^0.7.0 request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/renamer failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 20 silly fetchPackageMetaData error for copyfiles@^2.0.0 request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/copyfiles failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 21 silly fetchPackageMetaData error for [email protected] request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/react-scripts failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 22 silly fetchPackageMetaData error for renamer@^0.7.0 request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/renamer failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 23 timing stage:rollbackFailedOptional Completed in 0ms 24 timing stage:runTopLevelLifecycles Completed in 727ms 25 silly saveTree [email protected] 25 silly saveTree ├─┬ [email protected] 25 silly saveTree │ ├─┬ [email protected] 25 silly saveTree │ │ ├── [email protected] 25 silly saveTree │ │ ├─┬ [email protected] 25 silly saveTree │ │ │ ├─┬ [email protected] 25 silly saveTree │ │ │ │ ├─┬ [email protected] 25 silly saveTree │ │ │ │ │ └─┬ [email protected] 25 silly saveTree │ │ │ │ │ └── [email protected] 25 silly saveTree │ │ │ │ └── [email protected] 25 silly saveTree │ │ │ └── [email protected] 25 silly saveTree │ │ ├─┬ [email protected] 25 silly saveTree │ │ │ └── [email protected] 25 silly saveTree │ │ ├── [email protected] 25 silly saveTree │ │ ├─┬ [email protected] 25 silly saveTree │ │ │ └── [email protected] 25 silly saveTree │ │ ├── [email protected] 25 silly saveTree │ │ └── [email protected] 25 silly saveTree │ ├── [email protected] 25 silly saveTree │ ├── [email protected] 25 silly saveTree │ └── [email protected] 25 silly saveTree └── [email protected] 26 verbose type system 27 verbose stack FetchError: request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/copyfiles failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 27 verbose stack at ClientRequest.req.on.err (/usr/local/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14) 27 verbose stack at ClientRequest.emit (events.js:198:13) 27 verbose stack at Socket.socketErrorListener (_http_client.js:392:9) 27 verbose stack at Socket.emit (events.js:198:13) 27 verbose stack at emitErrorNT (internal/streams/destroy.js:91:8) 27 verbose stack at emitErrorAndCloseNT (internal/streams/destroy.js:59:3) 27 verbose stack at process._tickCallback (internal/process/next_tick.js:63:19) 28 verbose cwd /Users/hardikdadhich/Desktop/Couple-dial/acqnt-master/working-folder/src/reactify-ui 29 verbose Darwin 18.7.0 30 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" 31 verbose node v10.16.0 32 verbose npm v6.9.0 33 error code ENOTFOUND 34 error errno ENOTFOUND 35 error network request to http://visustar.francelab.fr.ibm.com:8081/nexus/content/repositories/mobile-npm/copyfiles failed, reason: getaddrinfo ENOTFOUND visustar.francelab.fr.ibm.com visustar.francelab.fr.ibm.com:8081 36 error network This is a problem related to network connectivity. 36 error network In most cases you are behind a proxy or have bad network settings. 36 error network 36 error network If you are behind a proxy, please make sure that the 36 error network 'proxy' config is set properly. See: 'npm help config' 37 verbose exit [ 1, true ]
its giving me [this](url
) error..
Is the issue related to version ? my package.json file same as this repo I am using Mac OSX(x64)
Try to uninstall create-react-app like this:
npm uninstall -g create-react-app