Skip to content

Commit e6f8c3b

Browse files
author
Vasil Chimev
authored
chore: update tns-core-modules peer dependency (#880)
Command: ``` npm install tns-core-modules@next --save ``` Error: ``` npm WARN [email protected] 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 [email protected] requires a peer of tns-core-modules@^3.1.0 but none was installed. ```
1 parent dc25cc1 commit e6f8c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@angular/platform-browser": "~4.0.0 || ~4.1.0",
5252
"@angular/router": "~4.0.0 || ~4.1.0",
5353
"rxjs": "^5.0.1",
54-
"tns-core-modules": "^3.1.0",
54+
"tns-core-modules": "^3.1.0 || >3.2.0-",
5555
"zone.js": "^0.8.4"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)