Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install errors #1

Open
camballew opened this issue Jun 16, 2018 · 0 comments
Open

npm install errors #1

camballew opened this issue Jun 16, 2018 · 0 comments

Comments

@camballew
Copy link

Hi - I'm new to NPM and Nodejs. I'm getting errors installing bruteforce. I ran the git process and have the files in a folder on my drive. Here's what I'm seeing on npm install --verbose
npm install --verbose
npm info it worked if it ends with ok
npm verb cli [ '/usr/local/bin/node',
npm verb cli '/usr/local/bin/npm',
npm verb cli 'install',
npm verb cli '--verbose' ]
npm info using [email protected]
npm info using [email protected]
npm verb npm-session 1271f47d35d68b01
npm info lifecycle [email protected]preinstall: [email protected]
npm verb correctMkdir /Users/camballew/.npm/_locks correctMkdir not in flight; initializing
npm verb lock using /Users/camballew/.npm/_locks/staging-764705e9ef8b0967.lock for /Users/camballew/bruteforce/node_modules/.staging
npm verb unlock done using /Users/camballew/.npm/_locks/staging-764705e9ef8b0967.lock for /Users/camballew/bruteforce/node_modules/.staging
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info lifecycle [email protected]
install: [email protected]
npm info lifecycle [email protected]postinstall: [email protected]
npm info lifecycle [email protected]
prepublish: [email protected]
npm info lifecycle [email protected]prepare: [email protected]
npm verb saving []
npm verb shrinkwrap skipping write for package.json because there were no changes.
npm info lifecycle undefined
preshrinkwrap: undefined
npm info lifecycle undefinedshrinkwrap: undefined
npm verb shrinkwrap skipping write for package-lock.json because there were no changes.
npm info lifecycle undefined
postshrinkwrap: undefined
up to date in 0.509s
npm verb exit [ 0, true ]
npm info ok

I changed the name in package.json to remove spaces and upper case letters

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

No branches or pull requests

1 participant