Skip to content

Instantly share code, notes, and snippets.

@calvez
Created April 17, 2020 10:55
Show Gist options
  • Save calvez/6f189f21db38da2524d2d24eb2278101 to your computer and use it in GitHub Desktop.
Save calvez/6f189f21db38da2524d2d24eb2278101 to your computer and use it in GitHub Desktop.
TASK [nodejs server npm install] ***********************************************
fatal: [default]: FAILED! => {"changed": true, "cmd": "npm config set package-lock false\nnpm install\n", "delta": "0:00:24.087374", "end": "2020-04-17 10:52:54.682873", "msg": "non-zero return code", "rc": 254, "start": "2020-04-17 10:52:30.595499", "stderr": "npm WARN deprecated joi@6.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).\nnpm WARN deprecated topo@1.1.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).\nnpm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).\nnpm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.\nnpm WARN acorn-jsx@5.2.0 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.\nnpm WARN aukcio-server@1.0.0 No repository field.\n\nnpm ERR! code ENOENT\nnpm ERR! syscall open\nnpm ERR! path /vagrant/app/server/node_modules/acorn-globals/node_modules/acorn/package.json.1260089059\nnpm ERR! errno -2\nnpm ERR! enoent ENOENT: no such file or directory, open '/vagrant/app/server/node_modules/acorn-globals/node_modules/acorn/package.json.1260089059'\nnpm ERR! enoent This is related to npm not being able to find a file.\nnpm ERR! enoent \n\nnpm ERR! A complete log of this run can be found in:\nnpm ERR! /home/vagrant/.npm/_logs/2020-04-17T10_52_54_660Z-debug.log", "stderr_lines": ["npm WARN deprecated joi@6.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).", "npm WARN deprecated topo@1.1.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).", "npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).", "npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.", "npm WARN acorn-jsx@5.2.0 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.", "npm WARN aukcio-server@1.0.0 No repository field.", "", "npm ERR! code ENOENT", "npm ERR! syscall open", "npm ERR! path /vagrant/app/server/node_modules/acorn-globals/node_modules/acorn/package.json.1260089059", "npm ERR! errno -2", "npm ERR! enoent ENOENT: no such file or directory, open '/vagrant/app/server/node_modules/acorn-globals/node_modules/acorn/package.json.1260089059'", "npm ERR! enoent This is related to npm not being able to find a file.", "npm ERR! enoent ", "", "npm ERR! A complete log of this run can be found in:", "npm ERR! /home/vagrant/.npm/_logs/2020-04-17T10_52_54_660Z-debug.log"], "stdout": "", "stdout_lines": []}
PLAY RECAP *********************************************************************
default : ok=35 changed=27 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
~/code/htaukcio on  develop ⌚ 12:52:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment