运行时错误:找不到模块“ionic-native”

Posted

技术标签:

【中文标题】运行时错误:找不到模块“ionic-native”【英文标题】:Run Time Error: cannot find module "ionic-native" 【发布时间】:2017-09-17 16:41:25 【问题描述】:

我正在尝试将 ionic 2 应用程序连接到 backand 并收到此运行时错误:

找不到模块“ionic-native”。

我尝试过运行npm install @ionic-native/core --save - 但没有帮助。非常感谢

设置细节在这里:Ionic Framework:3.0.1 Ionic App 脚本: 1.3.0 Angular 核心:4.0.0 Angular 编译器 CLI:4.0.0 节点:6.10.1 操作系统平台:Windows 10 导航器平台:Win32 用户代理:Mozilla/5.0 (Windows NT 10.0;Win64;x64)AppleWebKit/537.36(Khtml,如 Gecko) Chrome/57.0.2987.133 Safari/537.36

错误:在 g 处找不到模块“ionic-native” (localhost:8100/build/polyfills.js:3:7133) 在 Object.module.exports (localhost:8100/build/main.js:114616:7) 在 webpack_require (本地主机:8100/build/main.js:20:30)在对象。 (localhost:8100/build/main.js:86362:73) 在 webpack_require (本地主机:8100/build/main.js:20:30)在对象。 (localhost:8100/build/main.js:140153:70) 在 webpack_require (本地主机:8100/build/main.js:20:30)在 本地主机:8100/build/main.js:66:18

Package.Json如下:


  "name": "ionic-hello-world",
  "author": "Ionic Framework",
  "homepage": "http://ionicframework.com/",
  "private": true,
  "scripts": 
    "clean": "ionic-app-scripts clean",
    "build": "ionic-app-scripts build",
    "ionic:build": "ionic-app-scripts build",
    "ionic:serve": "ionic-app-scripts serve"
  ,
  "dependencies": 
    "@angular/common": "4.0.0",
    "@angular/compiler": "4.0.0",
    "@angular/compiler-cli": "4.0.0",
    "@angular/core": "4.0.0",
    "@angular/forms": "4.0.0",
    "@angular/http": "4.0.0",
    "@angular/platform-browser": "4.0.0",
    "@angular/platform-browser-dynamic": "4.0.0",
    "@ionic-native/core": "3.4.2",
    "@ionic-native/splash-screen": "3.4.2",
    "@ionic-native/status-bar": "3.4.2",
    "@ionic/storage": "2.0.1",
    "ionic-angular": "3.0.1",
    "ionicons": "3.0.0",
    "rxjs": "5.1.1",
    "socket.io-client": "^1.7.3",
    "sw-toolbox": "3.4.0",
    "zone.js": "^0.8.4"
  ,
  "devDependencies": 
    "@ionic/app-scripts": "1.3.0",
    "@types/node": "7.0.13",
    "@types/socket.io-client": "1.4.29",
    "typescript": "~2.2.1"
  ,
  "cordovaPlugins": [
    "cordova-plugin-whitelist",
    "cordova-plugin-statusbar",
    "cordova-plugin-console",
    "cordova-plugin-device",
    "cordova-plugin-splashscreen",
    "ionic-plugin-keyboard",
    "cordova-plugin-inappbrowser"
  ],
  "cordovaPlatforms": [],
  "description": "myApp: An Ionic project"

【问题讨论】:

我不确定您需要看到什么,但感谢您的帮助 您能出示您的package.json 文件吗?切勿将您的问题放在评论部分。请将其删除并与您的原始帖子一起放置。 嗨,它不会让我将所有内容粘贴到原始评论中,因为它显然有链接。使用 *** 很新。如何获取 package.json 文件?我意识到这可能是一个菜鸟问题 这是样本package.json 文件?那么你的是什么? github.com/driftyco/ionic-conference-app/blob/master/… 感谢 Sampath,已将其添加到问题中 【参考方案1】:

此问题与旧导入“ionic-native”有关

在我的情况下: 从 'ionic-native' 导入 StatusBar, Splashscreen ; 我删除并添加了新的:

https://ionicframework.com/docs/native/status-bar https://ionicframework.com/docs/native/splash-screen

如果您也是这种情况,请不要忘记在模块提供程序中添加

【讨论】:

【参考方案2】:

在 Ionic 3 中,离子原生模块现在作为提供程序加载。请参阅以下链接:

https://github.com/driftyco/ionic/blob/master/CHANGELOG.md

http://blog.ionic.io/ionic-native-3-x/

https://github.com/driftyco/ionic-conference-app/commit/62088

因此,如果您想使用任何本机功能,则必须升级您的代码。

【讨论】:

谢谢,我需要升级到 ionic 3 吗?我想我现在正在使用 2.2.1 版 看起来您已经在使用 v3。确保您已按照链接中提到的升级说明进行操作。

以上是关于运行时错误:找不到模块“ionic-native”的主要内容,如果未能解决你的问题,请参考以下文章

找不到模块“离子原生”

UnhandledPromiseRejectionWarning:错误:当我尝试运行我的代码时找不到模块'../database/db'

运行不和谐机器人时找不到模块“节点:事件”错误

错误:使用节点命令运行 JS 文件时找不到模块“firebase”

错误TS2307:找不到模块(但在运行js时可以)

每当我尝试在 VS Code 中运行任何与 npm 相关的命令时,都会出现路径错误:[找不到模块]