Read the statement by Michael Teeuw here.
Setup from scratch for beginners?
-
Thank you Sam
These are the errors
Seems, the access on those links not possible.
When I manually click on those links, I see them.(Do I have a problem with port 8080 being blocked and used by other applications)
I may ask stupid questions. Please be patient with a beginner like me…
But I see a lot of users having similar problems after latest updates.
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/fonts/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2 Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/fonts/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/fonts/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.ttf Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/vendor/node_modules/@fortawesome/fontawesome-free/css/all.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/vendor/node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
loader.js:206 Error on loading stylesheet: vendor/css/font-awesome.css
http://localhost:8080/vendor/node_modules/moment/min/moment-with-locales.js Failed to load resource: the server responded with a status of 404 (Not Found)
loader.js:190 Error on loading script: vendor/node_modules/moment/min/moment-with-locales.js
http://localhost:8080/vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js Failed to load resource: the server responded with a status of 404 (Not Found)
loader.js:190 Error on loading script: vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js
http://localhost:8080/vendor/node_modules/weathericons/css/weather-icons.css Failed to load resource: the server responded with a status of 404 (Not Found)
loader.js:206 Error on loading stylesheet: vendor/node_modules/weathericons/css/weather-icons.css
clock.js:49 Uncaught ReferenceError: moment is not defined
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
http://localhost:8080/vendor/node_modules/@fortawesome/fontawesome-free/css/all.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/vendor/node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8080/vendor/node_modules/weathericons/css/weather-icons.css Failed to load resource: the server responded with a status of 404 (Not Found)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
clock.js:77 Uncaught (in promise) ReferenceError: moment is not defined(…)
…
(repeat latest error again and again)thanks for your kind help
Adrian
-
1032:0418/181017:ERROR:CONSOLE(0)] “Font from origin ‘http://localhost:8080’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘chrome-devtools://devtools’ is therefore not allowed access. The response had HTTP status code 404.”, source: chrome-devtools://devtools/bundled/inspector.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@f33d44362232c20d1ce2111c53ea8730698f3c88/&can_dock=true&toolbarColor=rgba(223,223,223,1)&textColor=rgba(0,0,0,1)&experiments=true (0)
-
-
oh, and can u show the config entry for
var config = { address: "0.0.0.0", //
spammers have ruined everything…
there is a security check now… localhost == 0.0.0.0 when false, results in the cross-site-scripting rejection
-
what modules did u install? beyond the defaults?