mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Merge pull request #281 from detrohutt/fix-warn-node-version
Warn on `npm install nuxt` when using an untargeted version of node or npm
This commit is contained in:
commit
e7a5b121ab
@ -46,6 +46,10 @@
|
||||
"precommit": "npm run lint",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.3.0 <5.0.0 || >=5.10",
|
||||
"npm": ">=3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-html": "^0.0.7",
|
||||
"autoprefixer": "^6.7.2",
|
||||
|
Loading…
Reference in New Issue
Block a user