cliss / camel

"Camel" is a blogging platform written in Node.js. It is designed to be fast, simple, and lean.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`npm start` fails under Homebrew

chrisfinazzo opened this issue · comments

Not sure if this is a real issue, or I may have missed a step configuring something, but while node ./camel.js starts a local server on port 5000, npm start implodes.

screen shot 2016-02-08 at 6 10 35 pm

What exactly are you attempting?

I've not personally done anything to set up for npm start to work. I do all my development using Nodemon, which I think you'll find works pretty well.

If there's some reason that doesn't work, or I'm missing your point, do let me know.

Ah, I see. Installing nodemon into /Camel and then doing npm start succeeds.

is there a preferred way to configure a Camel fork? At present, I'm following along here, and it was...surprisingly complicated given the instructions.

Generally speaking, it's easiest to fork via the Github website.