I am working on a collaborative project on github. When I clone the directory and I want to access the developed site (localhost:4200) locally with
the command ng serve --open, the browser displays “cannot get”. So I can’t access the site locally to see the changes I’m making. I specify that I am working on Windows 10.
This is the message that appears at the command line (cmd) : Error: multi (webpack)-dev-server/client?http://localhost:4200&sockPath=/sockjs-node ./node_modules/bootstrap/dist/css/bootstrap.css C:/src/styles.scss
Module not found: Error: Can’t resolve ‘C:\src\styles.scss’ in ‘C:\Users\alfgo\Desktop\Joyau2’
Has anyone encountered the same problem? or give me a solution ?
Thank you in advance for your answers.
GoG