You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking the code for a run so I can put it in a pull request, but I'm a bit of a Node noob.
I have tried creating an npm link so I can test my changes, but I get the following.
npm ERR! not a package /Users/me/code/git_repos/makemeasandwich.js/bin/makemeasandwich
npm ERR! addLocal Could not install /Users/me/code/git_repos/makemeasandwich.js/bin/makemeasandwich
I have run the npm link as follows
npm link ./bin/makemeasandwich
and alternately as sudo
sudo npm link ./bin/makemeasandwich
The text was updated successfully, but these errors were encountered:
Taking the code for a run so I can put it in a pull request, but I'm a bit of a Node noob.
I have tried creating an npm link so I can test my changes, but I get the following.
I have run the npm link as follows
and alternately as sudo
The text was updated successfully, but these errors were encountered: