I have installed the atom-beautify packages and I received this notify:
gyp info it worked if it ends with okgyp info using node-gyp@3.4.0gyp info using node@6.9.5 | win32 | x64gyp http GET https://atom.io/download/electron/v2.0.5/iojs-v2.0.5.tar.gzgyp http 200 https://atom.io/download/electron/v2.0.5/iojs-v2.0.5.tar.gzgyp WARN install got an error, rolling back installgyp ERR! install error gyp ERR! stack Error: read ECONNRESETgyp ERR! stack at exports._errnoException (util.js:1022:11)gyp ERR! stack at TLSWrap.onread (net.js:569:26)gyp ERR! System Windows_NT 10.0.17134gyp ERR! command "C:\\Users\\Quy Nguyen\\AppData\\Local\\atom\\app-1.30.0\\resources\\app\\apm\\bin\\node.exe""C:\\Users\\Quy Nguyen\\AppData\\Local\\atom\\app-1.30.0\\resources\\app\\apm\\node_modules\\node-gyp\\bin\\node-gyp.js""install""--runtime=electron""--target=2.0.5""--dist-url=https://atom.io/download/electron""--arch=x64""--ensure"gyp ERR! cwd C:\Users\Quy Nguyen\.atomgyp ERR! node -v v6.9.5gyp ERR! node-gyp -v v3.4.0gyp ERR! not ok
But sometimes I have different output like that:
npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.jsnpm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN deprecated @types/commander@2.12.2: This is a stub types definition for commander (https://github.com/tj/commander.js). commander provides its own type definitions, so you don't need @types/commander installed!npm WARN deprecated jscs-preset-wikimedia@1.0.1: Deprecated in favour of eslint-config-wikimedia. -- https://phabricator.wikimedia.org/T118941npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.npm ERR! Windows_NT 10.0.17134npm ERR! argv "C:\\Users\\Quy Nguyen\\AppData\\Local\\atom\\app-1.30.0\\resources\\app\\apm\\bin\\node.exe""C:\\Users\\Quy Nguyen\\AppData\\Local\\atom\\app-1.30.0\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js""--globalconfig""C:\\Users\\Quy Nguyen\\.atom\\.apm\\.apmrc""--userconfig""C:\\Users\\Quy Nguyen\\.atom\\.apmrc""install""C:\\Users\\QUYNGU~1\\AppData\\Local\\Temp\\d-11882-10676-1pd8cj3.buptceg66r\\package.tgz""--runtime=electron""--target=2.0.5""--arch=x64""--global-style""--msvs_version=2015"npm ERR! node v6.9.5npm ERR! npm v3.10.10npm ERR! code EREADFILEnpm ERR! Error extracting C:\Users\Quy Nguyen\.atom\.apm\marko\4.13.3\package.tgz archive: ENOENT: no such file or directory, open 'C:\Users\Quy Nguyen\.atom\.apm\marko\4.13.3\package.tgz'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! C:\Users\QUYNGU~1\AppData\Local\Temp\apm-install-dir-11882-10676-1ak13y1.o2hmklz0k9\npm-debug.log
I cannot understand how it works.
Thanks for your helps!