我正在使用来自https://github.com/mgechev/angular-seed的 Angular 2 种子项目,还安装了“npm install angular-2-local-storage”。当我使用“npm start”运行项目时,一切正常。
当我按照下面运行“npm run build.prod”时出现问题。很感谢任何形式的帮助。
[15:07:52] 'build.bundles.app.exp' errored after 2.31 s
[15:07:52] Error on fetch for angular-2-local-storage.js at file:///C:/Dev/Web/node_modules/angular-2-local-storage.js
Loading dist\tmp\app\app.module.js
Loading dist\tmp\app\app.module.ngfactory.js
Loading dist\tmp\app\main-prod.js
Error: ENOENT: no such file or directory, open 'C:\Dev\Web\node_modules\angular-2-local-storage.js'
at Error (native)