-
-
Notifications
You must be signed in to change notification settings - Fork 177
yarn start
not working with sample
#37
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
Comments
I believe this thread is related, yarnpkg/yarn#5654. In Maybe the Readme should include installing |
Hey, I run it with I should document the scripts from the root package.json |
@pomber, yes that works for me, thanks! After cloning the repo I can run the following commands to get the sample started:
I had to run What do |
@codeithuman, yep, you need to run
With If you want, you could send a PR adding a "Contributing" section to the readme. |
Issue
It appears that the sample project/deck does not work by substituting
yarn
fornpm
. I don't think yarn bring in the correct version of dependencies and results in a console error once the server is started. If you runnpm start
then restart the server withyarn start
, yarn works without issue.Reproduce
First:
Second:
Browser opens with
http://127.0.0.1:8080/#0
and a blank screen. In the web browser's JavaScript console are the following errors:The text was updated successfully, but these errors were encountered: