create-next-app
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -11,3 +11,3 @@ const execa = require('execa') | ||
try { | ||
execa.sync('yarnpkg', '--version') | ||
execa.shellSync('yarnpkg --version') | ||
cmd = 'yarn' | ||
@@ -14,0 +14,0 @@ } catch (e) { |
{ | ||
"name": "create-next-app", | ||
"description": "Create Next.js apps in one command", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -45,6 +45,4 @@ # Create Next App | ||
**You’ll need to have Node >= 4 on your machine**. | ||
**You’ll need to have Node >= 6 on your machine**. You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects. | ||
**We strongly recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage.** You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects. | ||
**You don't need to use Node as your primary backend**. The Node installation is only required for Create Next App and running the Next.js server in development/production. | ||
@@ -51,0 +49,0 @@ |
57283
174