我正在使用ionic 2,我必须使用SqlStorage创建查询,但不会导入。
我有这个:
从'@ ionic / storage'导入{Storage,SqlStorage};
但它给了我这个错误:
打字稿错误 模块'“/ home /../ node_modules/@ionic/storage/es2015/index”'没有导出成员'SqlStorage'。
我的离子版是:
Cordova CLI:6.4.0 离子框架版本:2.3.0 离子CLI版本:2.2.1 Ionic App Lib版本:2.2.0 Ionic App Scripts版本:1.1.4 ios-deploy版本:未安装 ios-sim版:未安装 操作系统:Linux 4.4 节点版本:v7.4.0 Xcode版本:未安装
请帮帮我
答案 0 :(得分:0)
我会尝试删除您的node_modules
目录,然后运行npm install
这将重建您的node_modules
目录并希望有效。