-
-
Notifications
You must be signed in to change notification settings - Fork 240
Closed
Labels
Description
Hi guys I'm trying to build my app on android. I'm using windows, but i just receive :
Path must be a string. Received undefined
my package.json is:
{
"name": "meu-patrocinio",
"description": "Meu Patrocinio",
"version": "1.0.0-rc.3",
"license": "",
"readme": "",
"repository": "",
"nativescript": {
"id": "org.nativescript.meupatrocinio",
"tns-ios": {
"version": "2.5.0"
},
"tns-android": {
"version": "3.0.0"
}
},
"dependencies": {
"@angular/common": "~4.0.0",
"@angular/compiler": "~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",
"@angular/router": "~4.0.0",
"@ngrx/core": "^1.2.0",
"@ngrx/store": "^2.2.1",
"email-validator": "1.0.4",
"faker": "^3.1.0",
"moment": "^2.17.1",
"nativescript-angular": "~1.5.0",
"nativescript-angular-snapshot": "1.5.1-5.5.372.32",
"nativescript-background-http": "^2.5.1",
"nativescript-bcryptjs": "^1.0.1",
"nativescript-camera": "0.0.8",
"nativescript-cardview": "^1.3.1",
"nativescript-checkbox": "^1.2.6",
"nativescript-fancyalert": "^1.1.2",
"nativescript-geolocation": "0.0.17",
"nativescript-image-cache-media": "^1.0.6",
"nativescript-imagecropper": "*",
"nativescript-imagepicker": "^2.4.1",
"nativescript-intercom-bridge": "^1.0.0",
"nativescript-loading-indicator": "^2.2.2",
"nativescript-local-notifications": "^1.2.1",
"nativescript-permissions": "^1.2.2",
"nativescript-photoviewer": "^1.0.0",
"nativescript-socketio": "*",
"nativescript-svg": "^1.1.4",
"nativescript-vibrate": "*",
"nativescript-web-image-cache": "^4.0.0",
"redux": "^3.6.0",
"reflect-metadata": "~0.1.8",
"rxjs": "~5.1.0",
"tns-core-modules": "~2.5.2",
"zone.js": "~0.8.2"
},
"devDependencies": {
"babel-traverse": "6.21.0",
"babel-types": "6.21.0",
"babylon": "6.15.0",
"filewalker": "0.1.2",
"lazy": "1.0.11",
"nativescript-dev-android-snapshot": "0.0.6",
"nativescript-dev-typescript": "^0.3.5",
"tslint": "^4.3.1",
"tslint-eslint-rules": "^3.2.3",
"tslint-microsoft-contrib": "^4.0.0",
"typescript": "~2.1.0"
},
"scripts": {
"ns-bundle": "ns-bundle",
"postinstall": "cp -n app/shared/environment.ts.sample app/shared/environment.ts",
"start-android-bundle": "npm run ns-bundle --android --start-app",
"start-ios-bundle": "npm run ns-bundle --ios --start-app",
"build-android-bundle": "npm run ns-bundle --android --build-app",
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
}
}
fhackenb