From e18d748693dd6647274034c7760ff35bd19672b6 Mon Sep 17 00:00:00 2001 From: Mohamed Dimessi <36376966+MedDimessi@users.noreply.github.com> Date: Tue, 18 Dec 2018 16:32:56 +0100 Subject: [PATCH] just added a "node" command to the start value. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e071e14..950e50e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A blazing fast REST APIs with Node.js, MongoDB, Fastify and Swagger.", "main": "index.js", "scripts": { - "start": "./node_modules/nodemon/bin/nodemon.js ./src/index.js", + "start": "node ./node_modules/nodemon/bin/nodemon.js ./src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Siegfried Grimbeek (www.siegfriedgrimbeek.co.za)",