From 1c38f8caa075753be9245f6653d94cd260de0118 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Tue, 4 Jul 2017 13:16:38 +0300 Subject: [PATCH] chore: update tns-core-modules peer dependency Command: ``` npm install tns-core-modules@next --save ``` Error: ``` npm WARN nativescript-angular@3.2.0-2017-7-4-1 requires a peer of tns-core-modules@^3.1.0 but none was installed. /Users/nsbuilduser/workspace/tns-stable-build-testapps-webpack-hello-world-ng/TestApp `-- (empty) npm WARN nativescript-angular@3.2.0-2017-7-4-1 requires a peer of tns-core-modules@^3.1.0 but none was installed. ``` --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index a870abf8a..ba50e0cc8 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -51,7 +51,7 @@ "@angular/platform-browser": "~4.0.0 || ~4.1.0", "@angular/router": "~4.0.0 || ~4.1.0", "rxjs": "^5.0.1", - "tns-core-modules": "^3.1.0", + "tns-core-modules": "^3.1.0 || >3.2.0-", "zone.js": "^0.8.4" }, "devDependencies": {