creativetimofficial / ct-light-bootstrap-dashboard-pro-angular

7 stars 2 forks source link

Import lodash ( Error ; or ( ) is expected in lodash.index.ts) or Underscore ( cannot find module underscore in component ) #8

Closed viksat7 closed 6 years ago

viksat7 commented 7 years ago
  1. Lodash error : after npm start Error of either ; or ( ) expected in lodash/index.ts installed lodash by npm install lodash and @types/lodash and applied map and packages in systemjs.config.js

  2. Underscore error : after npm start Cannot find module underscore in component ( declared import * as _ from 'underscore' ) installed underscore by npm install underscore , added script reference in index.html and path in systemjs.config.js

alexandru-paduraru commented 7 years ago

@viksat7 can you please let us know when did you get this error? Do you have a npm-debug.log available? We didn't see this error before.

Best, Alex