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

Installation on Windows 10 #63

Open
Marc-Sch opened this issue Aug 4, 2018 · 0 comments
Open

Installation on Windows 10 #63

Marc-Sch opened this issue Aug 4, 2018 · 0 comments

Comments

@Marc-Sch
Copy link

Marc-Sch commented Aug 4, 2018

I have problems to install the map on windows 10.
After npm install I get the error message:
npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of webpack@^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.

This is what I tried to install:
instaledl Git
installed Phyton v 3.6
istalled Django frameset
installed node.js v 8
start Powerschell as administrator and execute:
npm install -g --production windows-build-tools

start normal shell and execute
npm install
npm audit fix --force
npm install
copy config.js.dist config.js
npm start
start browser with http://localhost:8880/

map is not loading js error in d3

With Open Suse linux i have done without problems:
installed npm v8
installed gcc-c++
execute from shell:
npm install
npm start
start browser with http://localhost:8880/

map is loading

Have anybody installed the map with windows 10? Did I forget something?

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