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

Improve "Running demo app locally" #130

Closed
geekayush opened this issue Jun 10, 2020 · 0 comments · Fixed by #131
Closed

Improve "Running demo app locally" #130

geekayush opened this issue Jun 10, 2020 · 0 comments · Fixed by #131

Comments

@geekayush
Copy link
Contributor

Summary

Running the demo app locally suggests using two package managers (yarn and npm) at the same time. However, it is advised to use a single package manager in a project. This might raise a problem as mentioned in #97. npm should be replaced with yarn to maintain the consistency in using package manager.

Expected Behavior

Running demo app locally should not crash into errors.

Current Behavior

Running demo app locally might crash into errors.

Steps to Reproduce

Follow the mentioned steps.

Possible Solution

Replace npm with yarn in order to have a single package manager in the demo app.

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

Successfully merging a pull request may close this issue.

1 participant