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 link fail #1218

Closed
lastMove opened this issue Mar 27, 2016 · 2 comments
Closed

NPM link fail #1218

lastMove opened this issue Mar 27, 2016 · 2 comments

Comments

@lastMove
Copy link

I am trying to follow the Development guide.

Environment Setup

Mac OS X El Capitan
NPM 2.14.20
Node.js v4.4.1

NPM LINK

"npm link parse-server path/to/cloned/repo" this command is not working for me.
I made : sudo npm link parse-server .

LOG

/Users/lastMove/Documents/Dev/parse-server/node_modules/parse-server -> /usr/local/lib/node_modules/parse-server -> /Users/lastMove/Documents/Dev/parse-server
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "link" "parse-server" "."
npm ERR! node v4.4.1
npm ERR! npm v2.14.20

npm ERR! May not delete: /Users/lastMove/Documents/Dev/parse-server/node_modules
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /Users/lastMove/Documents/Dev/parse-server/npm-debug.log

@flovilmart
Copy link
Contributor

try npm link path/to/cloned/repo

@lastMove
Copy link
Author

It works, thank you a lot.

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

3 participants