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 error #4

Open
wyqbailey opened this issue Nov 17, 2018 · 1 comment
Open

npm install error #4

wyqbailey opened this issue Nov 17, 2018 · 1 comment

Comments

@wyqbailey
Copy link

sudo npm i nosql-leveldb

[email protected] install /Users/bailey/projects/microsoft-summit-chatbot-course/node_modules/nosql-leveldb
prebuild-install || node-gyp rebuild

prebuild-install WARN install No prebuilt binaries found (target=10.13.0 runtime=node arch=x64 platform=darwin)
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/bailey/projects/microsoft-summit-chatbot-course/node_modules/nosql-leveldb/build'
gyp ERR! System Darwin 17.5.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/bailey/projects/microsoft-summit-chatbot-course/node_modules/nosql-leveldb
gyp ERR! node -v v10.13.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: prebuild-install || node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/bailey/.npm/_logs/2018-11-17T15_34_33_835Z-debug.log

please help me! Thank you

@snowyu
Copy link
Owner

snowyu commented Nov 18, 2018

You have no permission to create this folder:

EACCES: permission denied, mkdir '/Users/bailey/projects/microsoft-summit-chatbot-course/node_modules/nosql-leveldb/build'

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

2 participants