Angular Project 在运行 yarn start 时出现以下错误
Posted
技术标签:
【中文标题】Angular Project 在运行 yarn start 时出现以下错误【英文标题】:Angular Project gives following error when run yarn start 【发布时间】:2021-05-06 08:29:51 【问题描述】:运行 yarn start 时出现以下错误
92% additional asset processing scripts-webpack-plugin× 「wdm」: Error: ENOENT: no such file or directory, open 'D:\software2\w2p\w2p-main\node_modules\quill\dist\quill.min.js'
at Object.openSync (node:fs:490:3)
at Object.readFileSync (node:fs:391:35)
at Storage.provideSync (D:\software2\w2p\w2p-main\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:109:13)
at CachedInputFileSystem.readFileSync (D:\software2\w2p\w2p-main\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:289:32)
at Observable._subscribe (D:\software2\w2p\w2p-main\node_modules\@ngtools\webpack\src\webpack-input-host.js:35:51)
at Observable._trySubscribe (D:\software2\w2p\w2p-main\node_modules\@ngtools\webpack\node_modules\rxjs\internal\Observable.js:44:25)
at Observable.subscribe (D:\software2\w2p\w2p-main\node_modules\@ngtools\webpack\node_modules\rxjs\internal\Observable.js:30:22)
at SyncDelegateHost._doSyncCall (D:\software2\w2p\w2p-main\node_modules\@angular-devkit\core\src\virtual-fs\host\sync.js:22:20)
at SyncDelegateHost.read (D:\software2\w2p\w2p-main\node_modules\@angular-devkit\core\src\virtual-fs\host\sync.js:49:21)
at WebpackCompilerHost.readFileBuffer (D:\software2\w2p\w2p-main\node_modules\@ngtools\webpack\src\compiler_host.js:161:44)
at VirtualFileSystemDecorator.readFile (D:\software2\w2p\w2p-main\node_modules\@ngtools\webpack\src\virtual_file_system_decorator.js:42:54)
at D:\software2\w2p\w2p-main\node_modules\@angular-devkit\build-angular\src\angular-cli-files\plugins\scripts-webpack-plugin.js:69:49
at new Promise (<anonymous>)
at D:\software2\w2p\w2p-main\node_modules\@angular-devkit\build-angular\src\angular-cli-files\plugins\scripts-webpack-plugin.js:68:24
at Array.map (<anonymous>)
at D:\software2\w2p\w2p-main\node_modules\@angular-devkit\build-angular\src\angular-cli-files\plugins\scripts-webpack-plugin.js:67:43
【问题讨论】:
你试过ng sereve
吗?
@davidr ,通常我只尝试 yarn start 并且在此之前它对我有用。
你运行yarn install
了吗? node_modules
似乎缺少某些东西。
@MilanTenk 是的,我运行它并且它有效。谢谢
【参考方案1】:
尝试在yarn start
之前擦除node_modules
和干净的yarn
/yarn install
。很可能您缺少 quill
,这是您所依赖的。
【讨论】:
我重新安装了 Yarn 并且成功了。谢谢以上是关于Angular Project 在运行 yarn start 时出现以下错误的主要内容,如果未能解决你的问题,请参考以下文章
如何将 yarn 设置为 Angular CLI 的默认 packageManager?我得到“无法读取 null 的属性‘值’”
如果我运行 create-react-app 它是用 yarn 构建的
如何使用纱线离线标志使用 ng 命令创建新的 Angular 应用程序?
使用 Yarn 部署构建时出错 - Angular 应用程序