The Wayback Machine - https://web.archive.org/web/20200604215355/https://github.com/redux-saga/redux-saga/issues/1960
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

[docs] cant start example #1960

Open
Ende93 opened this issue Oct 24, 2019 · 2 comments
Open

[docs] cant start example #1960

Ende93 opened this issue Oct 24, 2019 · 2 comments

Comments

@Ende93
Copy link

@Ende93 Ende93 commented Oct 24, 2019

Steps to reproduce

follow docs "Building examples from sources", run npm run counter or yarn counter

Description of the bug/issue

yarn: error Command "start" not found.

The Expected results

Can start examples

Environment information

  • master branch of redux-saga
  • yarn v1.16.0
@fix777
Copy link

@fix777 fix777 commented Nov 27, 2019

missing start script

@andtos90
Copy link

@andtos90 andtos90 commented Dec 16, 2019

Same here. I found the commit a8c17f6 that introduced yarn instead of npm to run scripts.
The problem is that all the example are still started with the --prefix option that is supported by npm but not by yarn.

Workaround:
If you want to try the examples use https://codesandbox.io/s/github/redux-saga/redux-saga/tree/master/examples/real-world and change the last part of the url with the name of the example you want to work on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.