我做了什么:
我正在使用Visual Studio,所以我通过添加:
编辑了package.json文件
- cordova-plugin-geolocation(在cordovaPlugins数组中)
- @ ionic-native / geolocation(内部依赖关系对象)
然后我通过添加:
来编辑app.module.ts文件import { Geolocation } from '@ionic-native/geolocation';
此时,当我尝试运行浏览器仿真时,我会收到以下错误:
Failed to load resource: the server responded with a status of 404 (Not Found) : main.css
Failed to load resource: the server responded with a status of 404 (Not Found) : main.js
Failed to load resource: the server responded with a status of 404 (Not Found) : polyfills.js
另外,我尝试通过写:
导入假包import { Geolocation } from '@ionic-native/dfsdfdsf';
我没有错误(即使它当然没有任何错误)。
答案 0 :(得分:0)
我已经
了gtkterm
在我的package.json的依赖项中。
我已经在“CordovaPlugins'”下了,但似乎还不够。
现在它工作正常。
答案 1 :(得分:0)
请尝试运行升级
npm i --save @ionic-native/geolocation@5.0.0-beta.14