我正在尝试将fs-jetpack导入到我的component.ts文件中。 我做了" npm安装文件系统"
在component.ts文件中,我尝试了
它不起作用。
我正在使用webpack捆绑应用程序。 当我运行" webpack"从控制台,它抛出一个错误:
> ./app/components/addImage/addImage.component.ts中的错误 (6,21):错误TS2307:找不到模块'文件系统'。我也尝试过:
在index.html文件中包含以下内容
System.config({
地图:{
'文件系统':' node_modules / file-system / file-system.js'
}
});