-
Notifications
You must be signed in to change notification settings - Fork 409
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
MapStore2-project created with createProject.js: Errors running npm run compile #1481
Comments
The redux-observables dependency has been added today to the master branch, but you said you pulled MapStore2-2017.01.00 . After pulling from master you should do npm install again, if some dependency has been added. |
Can we bring discussions to the mailing list? ;) |
I am using npm 3.10.10 and i pulled the master branch today. |
Ideally, discussions should happen on the ML and issue should be open when we have identified an issue. This is to help developers and other people to follow the flow. |
We are tracking this in #1580 |
I just pulled the new MapStore2-2017.01.00 and created a new project using
createProject.js.
When I run npm install && npm run compile, webpack throws two errors:
After
npm install --save
solves the problem locally.EDIT:
npm install 'redux-observable' --save
solves the problem locally.After running npm run compile again, I get the following errors:
The text was updated successfully, but these errors were encountered: