Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

error with ./install_dependencies.sh #3

Open
judahb opened this issue Oct 7, 2018 · 0 comments
Open

error with ./install_dependencies.sh #3

judahb opened this issue Oct 7, 2018 · 0 comments

Comments

@judahb
Copy link

judahb commented Oct 7, 2018

SysAdmin:~/environment/aws-codepipeline-stepfunctions/pipeline (master) $ ./install_dependencies.sh
3.10.10
installing npm dependencies...
installing pipeline_utils dependencies...
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

[email protected] preinstall /home/ec2-user/environment/aws-codepipeline-stepfunctions/pipeline/local_modules/pipeline_utils/node_modules/.staging/zlib-85aacdc2
node-waf clean || true; node-waf configure build

sh: node-waf: command not found
sh: node-waf: command not found
[email protected] /home/ec2-user/environment/aws-codepipeline-stepfunctions/pipeline/local_modules/pipeline_utils
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ └─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
└─┬ [email protected]
├── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]

npm WARN [email protected] No repository field.
npm ERR! Linux 4.14.70-67.55.amzn1.x86_64
npm ERR! argv "/home/ec2-user/.nvm/versions/node/v6.14.4/bin/node" "/home/ec2-user/.nvm/versions/node/v6.14.4/bin/npm" "install" "--save" "aws-sdk" "child_process" "fs" "fstream" "mime" "mkdirp" "moment" "path" "tar" "yauzl" "zip-folder" "zlib"
npm ERR! node v6.14.4
npm ERR! npm v3.10.10
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn

npm ERR! [email protected] preinstall: node-waf clean || true; node-waf configure build
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] preinstall script 'node-waf clean || true; node-waf configure build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the zlib package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf clean || true; node-waf configure build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs zlib
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls zlib
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/ec2-user/environment/aws-codepipeline-stepfunctions/pipeline/local_modules/pipeline_utils/npm-debug.log
SysAdmin:~/environment/aws-codepipeline-stepfunctions/pipeline (master) $ npm

Usage: npm

where is one of:
access, adduser, bin, bugs, c, cache, completion, config,
ddp, dedupe, deprecate, dist-tag, docs, edit, explore, get,
help, help-search, i, init, install, install-test, it, link,
list, ln, login, logout, ls, outdated, owner, pack, ping,
prefix, prune, publish, rb, rebuild, repo, restart, root,
run, run-script, s, se, search, set, shrinkwrap, star,
stars, start, stop, t, tag, team, test, tst, un, uninstall,
unpublish, unstar, up, update, v, version, view, whoami

npm -h quick help on
npm -l display full usage info
npm help search for help on
npm help npm involved overview

Specify configs in the ini-formatted file:
/home/ec2-user/.npmrc
or on the command line via: npm --key value
Config info can be viewed via: npm help config

[email protected] /home/ec2-user/.nvm/versions/node/v6.14.4/lib/node_modules/npm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant