无法安装ionic2 SQLite插件

时间:2017-02-02 11:27:09

标签: javascript sqlite cordova ionic2 cordova-plugins

我使用MINGW64 bash在Window上工作。我创建了一个Ionic 2项目并使用以下行添加SQLite插件:

$ ionic plugin add cordova-sqlite-storage

当我运行我的项目时,使用: $ ionic serve --lab

我的项目开始并显示在Firefox上,但在我的控制台中我有以下行:

Native: tried accessing the SQLite plugin but it's not installed.    main.js
Install the SQLite plugin: 'ionic plugin add cordova-sqlite-storage' main.js

但是我的项目中没有“main.js”文件,我只有一个main.ts文件,其中包含:

import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

import { AppModule } from './app.module';

platformBrowserDynamic().bootstrapModule(AppModule);

插件是否可以在Web浏览器上的模拟设备上运行?

1 个答案:

答案 0 :(得分:1)

@suraj指出,插件不会被加载到离子服务器中。尝试在浏览器平台中运行它。

  

离子平台添加浏览器

     

离子运行浏览器