cli.fail

Practice this fail.

Start was more of a suggestion.

npm · Restart as often as you like

Read the error, choose a command, and learn
why it works. Nothing runs on your machine.

Browse all practice ↗

You are in the project directory and want to inspect available package scripts without executing one.

Start was more of a suggestion.

$ npm run start

Missing script: "start"

Which command lists the package’s scripts without running one?

3 attempts remaining

Read why this fix works

Start was more of a suggestion.

npm run

npm run without a script name lists the scripts defined by the package. The missing-script error means that this package does not define the requested start script; inspect the available names before choosing the correct one.

Practice rounds do not affect the daily score or local streak. Try today’s challenge, or choose another scenario.

Copy your result