修复开始命令
Showing
| ... | ... | @@ -4,7 +4,7 @@ |
| "description": "", | ||
| "main": "app.js", | ||
| "scripts": { | ||
| "start": "npm ./app.js" | ||
| "start": "node ./app.js" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| ... | ... |
Please register or sign in to comment
| ... | ... | @@ -4,7 +4,7 @@ |
| "description": "", | ||
| "main": "app.js", | ||
| "scripts": { | ||
| "start": "npm ./app.js" | ||
| "start": "node ./app.js" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| ... | ... |