lynnaloo / mullet

Mullet Stack: Facebook in the front. Walmart in the back. (React, Hapijs, Node)
http://www.mullet.run
MIT License
194 stars 39 forks source link

Needs a package.json to npm start #10

Closed scottcorgan closed 9 years ago

scottcorgan commented 9 years ago

After installation and "npm start", the following error happens:

npm ERR! ENOENT, open '/Users/scott/www/package.json'
lynnaloo commented 9 years ago

Sorry, you need to be in the mullet root for npm start to work. If you cloned the repo, then you'll need to cd mullet or if you npm installed, then you'll need to cd node_modules/mullet. I'll update the docs.

lynnaloo commented 9 years ago

@scottcorgan - It looks like it will also work outside that folder if you use npm start mullet. I'll add that to the docs as well.

scottcorgan commented 9 years ago

Appreciate it On Mon, Nov 17, 2014 at 5:32 PM Linda Nichols notifications@github.com wrote:

@scottcorgan https://github.com/scottcorgan - It looks like it will also work outside that folder if you use npm start mullet. I'll add that to the docs as well.

— Reply to this email directly or view it on GitHub https://github.com/lynnaloo/mullet/issues/10#issuecomment-63408592.