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

Clarify that npm commands should be executed in the frontend folder #34

Open
pviotti opened this issue May 16, 2019 · 0 comments
Open

Comments

@pviotti
Copy link
Contributor

pviotti commented May 16, 2019

Some people, in the second step (02-building-the-ui.md), have executed the command npm install react-bootstrap @types/react-bootstrap in the root folder of the project instead of the frontend folder. The missing dependencies have caused errors running npm test such as Cannot find module 'react' from 'Accordion.js' at Resolver.resolveModule.
We should clarify that all npm commands must be executed in the frontend folder.

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