Skip to content

Commit

Permalink
chore: update tns-core-modules peer dependency (#880)
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
Vasil Chimev authored Jul 4, 2017
1 parent dc25cc1 commit e6f8c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativescript-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e6f8c3b

Please sign in to comment.