Angular4 项目和 Yarn
Angular4 project and Yarn
我们正在尝试从 npm 切换到 yarn。
安装纱线后:
yarn init
rm -rf node_modules
yarn
一切都很好。
但是当我 运行 npm start (ng serve) 或 npm test (ng test)
收到此错误:
ERROR in Cannot read property 'getSymbolByModule' of undefined
有什么想法吗?
在此 post 中的描述没有太多内容可以继续。
你试过了吗
yarn install
第一个?
尝试更新您的“@angular/compiler-cli”
我们正在尝试从 npm 切换到 yarn。 安装纱线后:
yarn init
rm -rf node_modules
yarn
一切都很好。 但是当我 运行 npm start (ng serve) 或 npm test (ng test) 收到此错误:
ERROR in Cannot read property 'getSymbolByModule' of undefined
有什么想法吗?
在此 post 中的描述没有太多内容可以继续。
你试过了吗
yarn install
第一个?
尝试更新您的“@angular/compiler-cli”