1NPM-START(1)                                                      NPM-START(1)
2
3
4

NAME

6       npm-start - Start a package
7
8   Synopsis
9         npm start [-- <args>]
10
11   Description
12       This runs an arbitrary command specified in the package's "start" prop‐
13       erty of its "scripts" object. If no "start" property  is  specified  on
14       the "scripts" object, it will run node server.js.
15
16       As  of npm@2.0.0 https://blog.npmjs.org/post/98131109725/npm-2-0-0, you
17       can use custom arguments when executing  scripts.  Refer  to  npm  help
18       run-script for more details.
19
20   See Also
21       · npm help run-script
22
23       · npm help scripts
24
25       · npm help test
26
27       · npm help restart
28
29       · npm help stop
30
31
32
33
34                                  March 2020                      NPM-START(1)
Impressum