I get this error log when attempting to install on macOS (with either a global or local install), apparently it attempts to run chmod on a nonexistent file, which fails.
npm ERR! code 254 npm ERR! git dep preparation failed npm ERR! command /usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js install --cache=/Users/patrickleiser/.npm/_cacache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit npm ERR! npm ERR! code ENOENT npm ERR! npm ERR! syscall chmod npm ERR! npm ERR! path /usr/local/lib/node_modules/minidump/build/src/processor/minidump_stackwalk npm ERR! npm ERR! errno -2 npm ERR! npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/minidump/build/src/processor/minidump_stackwalk' npm ERR! npm ERR! enoent This is related to npm not being able to find a file. npm ERR! npm ERR! enoent
I get this error log when attempting to install on macOS (with either a global or local install), apparently it attempts to run chmod on a nonexistent file, which fails.
npm ERR! code 254 npm ERR! git dep preparation failed npm ERR! command /usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js install --cache=/Users/patrickleiser/.npm/_cacache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit npm ERR! npm ERR! code ENOENT npm ERR! npm ERR! syscall chmod npm ERR! npm ERR! path /usr/local/lib/node_modules/minidump/build/src/processor/minidump_stackwalk npm ERR! npm ERR! errno -2 npm ERR! npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/minidump/build/src/processor/minidump_stackwalk' npm ERR! npm ERR! enoent This is related to npm not being able to find a file. npm ERR! npm ERR! enoent