Skip to content

Commit cbc2a22

Browse files
author
Unknown
committed
fix(app): wrong engines in package.json #2696
Changed required node version to >= 6.x.x for now, so that the installation is not limited to node 6. Also npm >= 3.9.5, since current version is 5.7.1 Closes #2696
1 parent cd7ca7b commit cbc2a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/app/_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@
210210
"tslint": "^5.7.0"<% } %>
211211
},
212212
"engines": {
213-
"node": "^6.2.2",
214-
"npm": "^3.9.5"
213+
"node": ">=6.x.x",
214+
"npm": ">=3.9.5"
215215
},
216216
"scripts": {
217217
"postinstall": "gulp copy:fonts:dev",

0 commit comments

Comments
 (0)