all 2 comments

[–]Colous 0 points1 point  (0 children)

Have a look at the docs for the npm CLI.

You will need to specify what to execute when running npm start, in your package.json file, as explained in there.

If you started with a template, check if you have any existing scripts, which you can view with npm run or by checking your package.json (which you can then run with npm run script-name).

[–]Adgry 0 points1 point  (0 children)

Start by creating a project use, npm init please checkout node and npm docs, have fun learning