I did npm install , then npm start and when I go to localhost:3000 I get a black screen, nothing happens.
In chrome console I have
Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:1 Refused to execute script from 'http://localhost:3000/pacman-pwa/pacman.bundle.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
:3000/pacman-pwa/favicon-32x32.png Failed to load resource: the server responded with a status of 404 (Not Found)
:3000/pacman-pwa/favicon-16x16.png Failed to load resource: the server responded with a status of 404 (Not Found)
Hi,
I did npm install , then npm start and when I go to localhost:3000 I get a black screen, nothing happens.
In chrome console I have Failed to load resource: the server responded with a status of 404 (Not Found) localhost/:1 Refused to execute script from 'http://localhost:3000/pacman-pwa/pacman.bundle.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. :3000/pacman-pwa/favicon-32x32.png Failed to load resource: the server responded with a status of 404 (Not Found) :3000/pacman-pwa/favicon-16x16.png Failed to load resource: the server responded with a status of 404 (Not Found)
Do you have any ideas on how to solve this?
Thank you in advance,