ngx-prism / core

Simple Angular 2+ Prism highlighter module.
https://www.npmjs.com/package/@ngx-prism/core
MIT License
12 stars 6 forks source link

Can't resolve 'lodash-es' in 'C:\..' #6

Closed cleyfobre closed 6 years ago

cleyfobre commented 6 years ago

I just started tutorial but had some errors..

ERROR in ./node_modules/@angular-package/change-detection/decorator/src/setter-getter.class.js Module not found: Error: Can't resolve 'lodash-es' in 'C:\Users\USER\workspace\study\portfolio\node_modules\@angular-package\change-detection\decorator\src' ERROR in ./node_modules/@angular-package/change-detection/decorator/src/change-detector.class.js Module not found: Error: Can't resolve 'lodash-es' in 'C:\Users\USER\workspace\study\portfolio\node_modules\@angular-package\change-detection\decorator\src' ERROR in ./node_modules/@ngx-prism/core/dist/prism.class.js Module not found: Error: Can't resolve 'lodash-es' in 'C:\Users\USER\workspace\study\portfolio\node_modules\@ngx-prism\core\dist' ERROR in ./node_modules/@ngx-prism/core/dist/prism.service.js Module not found: Error: Can't resolve 'lodash-es' in 'C:\Users\USER\workspace\study\portfolio\node_modules\@ngx-prism\core\dist'

cleyfobre commented 6 years ago

I just did npm install lodash-es --save... it works fine