npm ERR! missing script: start node js solved

preview_player
Показать описание


{
"name": "your-project",
"version": "1.0.0",
"scripts": {
}
}

3.Running the start script: After adding the start script, execute the below command

npm start
Рекомендации по теме