Cannot find module '@angular/compiler'

前端 未结 7 973
南方客
南方客 2020-12-13 13:42

I run the command npm install -g @angular/cli and after i tried to run my app it says, Cannot find module \'@angular/compiler\' in the terminal. How can i install the compil

相关标签:
7条回答
  • 2020-12-13 14:19

    This command is working fine for me ubuntu 16.04 LTS:

    npm install --save-dev @angular/cli@latest

    0 讨论(0)
提交回复
热议问题