Angular2 CLI“ng serve”无法在Windows上运行

时间:2016-10-25 14:53:07

标签: angular npm angularfire2

尝试在我的Windows cmd上运行“ng serve”时,我收到以下错误:

WebpackOptionsValidationError:无效的配置对象。 Webpack一直在 使用与API架构不匹配的配置对象进行itialised。   - 配置具有未知属性'tslint'。这些属性是有效的:    object {amd?,bail?,cache?,context?,dependencies?,devServer?,devtool?, entry,externals?,loader?,module?,name?,node?,output ?, plugins ?, profile ?, recordsInputPath?,recordsOutputPath?,recordsPath?,resolve?,resolveLoader?,s tats?,target?,watch?,watchOptions? }    错别字:请纠正。    对于加载程序选项:webpack 2不再允许在configura中使用自定义属性 灰。      应该更新加载器以允许通过mo中的加载器选项传递选项 dule.rules。      在加载器更新之前,可以使用LoaderOptionsPlugin来传递这些  装载机的选项:

PS:我正在关注 https://github.com/angular/angularfire2/blob/master/docs/1-install-and-setup.md安装&设置AngularFire2。

在收到此错误之前,我做了:

  1. npm install -g angular-cli
  2. npm install -g typings
  3. npm install -g typescript
  4. ng new oct25
  5. cd oct25
  6. ng serve //这是我收到错误的地方
  7. enter image description here

1 个答案:

答案 0 :(得分:4)

尝试再次删除node_ modules文件夹和npm install。它工作.. !!