找不到模块:错误:无法解决

The*_*eal 2 angular-cli angular

我将angular(2.1.2)和angular-cli版本升级到最新版本,我得到的每个组件都有以下错误:

ERROR in ./src/app/members/view-news/view-news.component.ts
Module not found: Error: Can't resolve 'view-news.component.css' in 'c:\xampp\htdocs\myapp\src\app\members\view-news'
 @ ./src/app/members/view-news/view-news.component.ts 74:21-55
 @ ./src/app/app.module.ts
 @ ./src/app/index.ts
 @ ./src/main.ts
 @ multi main
Run Code Online (Sandbox Code Playgroud)

虽然该文件view-news.component.css存在view-news.component.ts于以前版本的同一文件夹中.怎么了?

xwb*_*989 6

你尝试./view-news.component.css过路径吗?