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 changed the mapnik version in 3.6.2 and run "npm install" successfully, when I run "npm run dev",the command line message are:
tilestrata-sample-demo@1.0.0 dev E:\work\gis\tilestrata-sample-code-master
cross-env cross-env NODE_ENV=local nodemon ./src/start.js
[nodemon] 1.19.4
[nodemon] to restart at any time, enter rs
[nodemon] watching dir(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting node ./src/start.js
but I open the chrome and input "http://localhost:9527", chrome shows "not found ".
so i am confused ,any hint?
I changed the mapnik version in 3.6.2 and run "npm install" successfully, when I run "npm run dev",the command line message are:
[nodemon] 1.19.4
[nodemon] to restart at any time, enter
rs
[nodemon] watching dir(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting
node ./src/start.js
but I open the chrome and input "http://localhost:9527", chrome shows "not found ".
so i am confused ,any hint?
运行 npm run dev后,在 Chrome 浏览器输入"http://localhost:9527",浏览器提示 "not found ".
The text was updated successfully, but these errors were encountered: