nativescript-nodeify icon indicating copy to clipboard operation
nativescript-nodeify copied to clipboard

Failed to find module: "nativescript-nodeify/node_modules/inherits"

Open tigrenok00 opened this issue 8 years ago • 0 comments

Hi Eddy, I have the following error at runtime:

image

Here is my package.json if it helps:


{
  "description": "NativeScript Application",
  "license": "SEE LICENSE IN <your-license-filename>",
  "readme": "NativeScript Application",
  "repository": "<fill-your-repository-here>",
  "nativescript": {
    "id": "xxxxxx",
    "tns-android": {
      "version": "3.2.0"
    },
    "nodeify": {
      "package-dependencies": {
        "aws-sdk": [
          {
            "xml/browser_parser": "xml/node_parser"
          }
        ]
      }
    }
  },
  "dependencies": {
    "@angular/animations": "~4.2.0",
    "@angular/common": "~4.2.0",
    "@angular/compiler": "~4.2.0",
    "@angular/core": "~4.2.0",
    "@angular/forms": "~4.2.0",
    "@angular/http": "~4.2.0",
    "@angular/platform-browser": "~4.2.0",
    "@angular/router": "~4.2.0",
    "aws-sdk": "^2.130.0",
    "nativescript-angular": "~4.2.0",
    "nativescript-barcodescanner": "^2.6.1",
    "nativescript-camera": "^3.1.2",
    "nativescript-drop-down": "^3.1.2",
    "nativescript-floatingactionbutton": "^3.0.1",
    "nativescript-geolocation": "^3.0.1",
    "nativescript-google-maps-sdk": "^2.3.2",
    "nativescript-imagepicker": "^3.0.7",
    "nativescript-ngx-fonticon": "^2.2.3",
    "nativescript-ngx-slides": "^0.4.3",
    "nativescript-nodeify": "^0.5.6",
    "nativescript-pro-ui": "^3.1.0",
    "nativescript-theme-core": "~1.0.4",
    "reflect-metadata": "~0.1.8",
    "rxjs": "~5.4.2",
    "tns-core-modules": "3.2.0",
    "zone.js": "~0.8.2"
  },
  "devDependencies": {
    "babel-traverse": "6.4.5",
    "babel-types": "6.4.5",
    "babylon": "6.4.5",
    "lazy": "1.0.11",
    "nativescript-dev-typescript": "~0.5.0",
    "typescript": "~2.4.2"
  }
}

Appreciate your advice!

tigrenok00 avatar Oct 08 '17 11:10 tigrenok00