FrontendMasters / angular-components

[Course] Code for the AngularJS 1.x Components & ES6 Course

Home Page:https://frontendmasters.com/courses/angular-components-es6/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(bug) step-2-fix Can't find normalize.css

raq929 opened this issue · comments

When I run gulp build I get an error:

stream.js:74
      throw er; // Unhandled stream error in pipe.
      ^
Error: ModuleNotFoundError: Module not found: Error: Cannot resolve module 'normalize.css' in /Users/racheltstevens/Jambon/angular-components/client/app

I ran npm install normalize.css to fix this.