Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn start does not run under "pre-built-app" example widget #109

Open
mycollablab opened this issue Feb 5, 2024 · 0 comments
Open

yarn start does not run under "pre-built-app" example widget #109

mycollablab opened this issue Feb 5, 2024 · 0 comments

Comments

@mycollablab
Copy link

Describe the bug
error when running 'yarn start'

To Reproduce
Steps to reproduce the behavior:

  1. copy repo
  2. go to pre-built-app example folder
  3. run yarn
  4. run yarn start

Expected behavior
node server starts

Screenshots

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant