diff --git a/package.json b/package.json index 42e434b..949a4a8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "scripts": { - "start": "node ./bin/www", + "start": "nodejs ./bin/www", "dev": "DEBUG=myapp:* nodemon" }, "dependencies": {