PaloAltoNetworks / minemeld

Main MineMeld documentation repo
379 stars 64 forks source link

NPM problem with the installation in CentOS7 from the playbook #21

Open 6uill3 opened 6 years ago

6uill3 commented 6 years ago

Im using CentOS7 and i am trying to install the master version from the source code. The task that install NPM says:

TASK [minemeld : npm install] ** fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["npm", "install"], "delta": "0:16:23.745860", "end": "2018-06-01 10:58:53.285418", "msg": "non-zero return code", "rc": 1, "start": "2018-06-01 10:42:29.539558", "stderr": "npm WARN package.json minemeldWebui@0.9.46 No repository field.\nnpm WARN package.json minemeldWebui@0.9.46 No license field.\nnpm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css\nnpm WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5\nnpm WARN deprecated bower@1.7.9: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/\nnpm WARN deprecated typings@0.8.1: Typings is deprecated in favor of NPM @types -- see README for more information\nnpm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.\nnpm WARN peerDependencies The peer dependency jasmine-core@ included from karma-jasmine will no\nnpm WARN peerDependencies longer be automatically installed to fulfill the peerDependency \nnpm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.\nnpm WARN deprecated npmconf@1.1.5: this package has been reintegrated into npm and is now out of date with respect to npm\nnpm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js\nnpm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js\nnpm ERR! fetch failed https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.97.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/read-installed/-/read-installed-3.1.0.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.95.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/npmconf/-/npmconf-1.1.5.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.95.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.97.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443\nnpm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue\nnpm ERR! fetch failed https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/glob/-/glob-5.0.15.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.96.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/glob/-/glob-7.1.2.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.95.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.96.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.97.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/globby/-/globby-2.1.0.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443\nnpm ERR! fetch failed https://registry.npmjs.org/globby/-/globby-2.1.0.tgz\nnpm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443\nnpm ERR! Linux 3.10.0-862.3.2.el7.x86_64\nnpm ERR! argv \"/opt/minemeld/www/venv/bin/node\" \"/opt/minemeld/www/venv/bin/npm\" \"install\"\nnpm ERR! node v4.2.6\nnpm ERR! npm v2.14.12\nnpm ERR! code ETIMEDOUT\nnpm ERR! errno ETIMEDOUT\nnpm ERR! syscall connect\n\nnpm ERR! network connect ETIMEDOUT 104.18.94.96:443\nnpm ERR! network This is most likely not a problem with npm itself\nnpm ERR! network and is related to network connectivity.\nnpm ERR! network In most cases you are behind a proxy or have bad network settings.\nnpm ERR! network \nnpm ERR! network If you are behind a proxy, please make sure that the\nnpm ERR! network 'proxy' config is set properly. See: 'npm help config'\n\nnpm ERR! Please include the following file with any support request:\nnpm ERR! /opt/minemeld/www/webui/npm-debug.log", "stderr_lines": ["npm WARN package.json minemeldWebui@0.9.46 No repository field.", "npm WARN package.json minemeldWebui@0.9.46 No license field.", "npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css", "npm WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5", "npm WARN deprecated bower@1.7.9: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/", "npm WARN deprecated typings@0.8.1: Typings is deprecated in favor of NPM @types -- see README for more information", "npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.", "npm WARN peerDependencies The peer dependency jasmine-core@ included from karma-jasmine will no", "npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency ", "npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.", "npm WARN deprecated npmconf@1.1.5: this package has been reintegrated into npm and is now out of date with respect to npm", "npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js", "npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js", "npm ERR! fetch failed https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.97.96:443", "npm ERR! fetch failed https://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443", "npm ERR! fetch failed https://registry.npmjs.org/read-installed/-/read-installed-3.1.0.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.95.96:443", "npm ERR! fetch failed https://registry.npmjs.org/npmconf/-/npmconf-1.1.5.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.95.96:443", "npm ERR! fetch failed https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.97.96:443", "npm ERR! fetch failed https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443", "npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue", "npm ERR! fetch failed https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443", "npm ERR! fetch failed https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.96.96:443", "npm ERR! fetch failed https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443", "npm ERR! fetch failed https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443", "npm ERR! fetch failed https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.95.96:443", "npm ERR! fetch failed https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.96.96:443", "npm ERR! fetch failed https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443", "npm ERR! fetch failed https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.97.96:443", "npm ERR! fetch failed https://registry.npmjs.org/globby/-/globby-2.1.0.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.94.96:443", "npm ERR! fetch failed https://registry.npmjs.org/globby/-/globby-2.1.0.tgz", "npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 104.18.98.96:443", "npm ERR! Linux 3.10.0-862.3.2.el7.x86_64", "npm ERR! argv \"/opt/minemeld/www/venv/bin/node\" \"/opt/minemeld/www/venv/bin/npm\" \"install\"", "npm ERR! node v4.2.6", "npm ERR! npm v2.14.12", "npm ERR! code ETIMEDOUT", "npm ERR! errno ETIMEDOUT", "npm ERR! syscall connect", "", "npm ERR! network connect ETIMEDOUT 104.18.94.96:443", "npm ERR! network This is most likely not a problem with npm itself", "npm ERR! network and is related to network connectivity.", "npm ERR! network In most cases you are behind a proxy or have bad network settings.", "npm ERR! network ", "npm ERR! network If you are behind a proxy, please make sure that the", "npm ERR! network 'proxy' config is set properly. See: 'npm help config'", "", "npm ERR! Please include the following file with any support request:", "npm ERR! /opt/minemeld/www/webui/npm-debug.log"], "stdout": "", "stdout_lines": []}

Please help.