create-react-storefront
Advanced tools
Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1
@@ -6,12 +6,8 @@ const chalk = require('chalk') | ||
if (major != '8') { | ||
if (parseInt(major) < 8) { | ||
console.log('') | ||
console.log(`React Storefront requires node v8. You're running node ${process.version}.`) | ||
console.log(`React Storefront requires node v8 or newer. You're running node ${process.version}.`) | ||
console.log('') | ||
console.log('To install node 8 using n, run:') | ||
console.log('') | ||
console.log(' n 8') | ||
console.log('') | ||
process.exit(0) | ||
} | ||
} |
{ | ||
"name": "create-react-storefront", | ||
"version": "7.0.0-alpha.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "A CLI for creating React Storefront apps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
29711
547