You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: