You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prebuild-app-widget % yarn start
yarn run v1.22.19
error Command "start" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Fix:
Add "start": "webpack-dev-server --mode development" under "
scripts" in package.json
The text was updated successfully, but these errors were encountered:
Describe the bug
error when running 'yarn start'
To Reproduce
Steps to reproduce the behavior:
yarn
yarn start
Expected behavior
node server starts
Screenshots
Fix:
Add
"start": "webpack-dev-server --mode development"
under "scripts" in package.json
The text was updated successfully, but these errors were encountered: