Acconut / brackets-nodejs

Connecting Brackets and Node.js
MIT License
81 stars 16 forks source link

npm commands should run on project root #42

Open bodhiBit opened 9 years ago

bodhiBit commented 9 years ago

Whenever I run an npm command from the menu, it seems to cd to the folder of whatever file I happen to have open and thus often fails when it can't find package.json.. It should always just run them from project root, or alternatively from the folder of whichever package.json is nearest the root..