无法导入节点模块"文件系统"在angular2

时间:2017-03-08 15:32:04

标签: angular typescript webpack

我正在尝试将fs-jetpack导入到我的component.ts文件中。 我做了" npm安装文件系统"

在component.ts文件中,我尝试了

  • 导入*作为来自' file-system';
  • 的fs
  • 从' file-system'中导入fs;

它不起作用。

我正在使用webpack捆绑应用程序。 当我运行" webpack"从控制台,它抛出一个错误:

./app/components/addImage/addImage.component.ts中的错误 (6,21):错误TS2307:找不到模块'文件系统'。

我也尝试过:

  • 在index.html文件中包含以下内容

    System.config({
     地图:{         '文件系统':' node_modules / file-system / file-system.js'
        } });

    • import fs = require(' file-system');

0 个答案:

没有答案