mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 23:21:09 +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",
|
"precommit": "npm run lint",
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=4.3.0 <5.0.0 || >=5.10",
|
||||||
|
"npm": ">=3.0.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-html": "^0.0.7",
|
"ansi-html": "^0.0.7",
|
||||||
"autoprefixer": "^6.7.2",
|
"autoprefixer": "^6.7.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user