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
ERROR in multi ./src/styles.sass
Module not found: Error: Can't resolve '/Users/michaljarnot/IdeaProjects/ng7/src/styles.sass' in '/Users/michaljarnot/IdeaProjects/ng7'
🔬 Minimal Reproduction
This is actually the first time I tried to run Angular application on this machine. On clean install Mac OS Mojave:
npm install -g @angular/cli ng new ng7 ng serve
The text was updated successfully, but these errors were encountered:
🐞 Bug report
Command (mark with an
x
)Is this a regression?
I didn't use angular before.
Description
Running
ng serve
ends up with error:🔬 Minimal Reproduction
This is actually the first time I tried to run Angular application on this machine. On clean install Mac OS Mojave:
npm install -g @angular/cli
ng new ng7
ng serve
The text was updated successfully, but these errors were encountered: