cannot find module 'angular2/core'

前端 未结 15 1747
臣服心动
臣服心动 2020-12-23 16:10

These red squiggly lines say cannot find module \'angular2/core\',cannot find module \'angular2/router\',cannot find module \'angula

15条回答
  •  轮回少年
    2020-12-23 16:45

    Right click on "package.json" then select Install packages option it will open terminal and automatically navigate to the correct root folder and will install the required dependencies.

    The package.json lists down all the list of dependencies the project needs to run.

提交回复
热议问题