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
yarn run v1.22.10
$ node scripts/start.js
Cannot find module './utils/copyPublicFolder'
Require stack:
- /path/to/project/browser-ext/scripts/start.js
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Reproducible demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered:
Describe the bug
After ejecting, if I try to run
yarn start
, it fails with the following error:Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
This is an issue with
create-react-extension
Environment
Steps to reproduce
(Write your steps here:)
yarn create react-app my-browser-extension --scripts-version react-browser-extension-scripts --template browser-extension
yarn eject
yarn start
Expected behavior
I expected
yarn start
to start the server.Actual behavior
yarn start
failed with error:Reproducible demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: