express-react-generator
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -150,6 +150,2 @@ #!/usr/bin/env node | ||
console.log("Setting up client..."); | ||
childProcess.exec('npm i -g create-react-app') | ||
childProcess.exec(`create-react-app ${path}/client`) | ||
mkdir(path + '/server', function () { | ||
@@ -226,2 +222,6 @@ write(path + '/server/index.js', app.render()) | ||
console.log("Setting up client..."); | ||
childProcess.exec('npm i -g create-react-app') | ||
childProcess.exec(`create-react-app ${path}/client`) | ||
complete() | ||
@@ -228,0 +228,0 @@ }) |
{ | ||
"name": "express-react-generator", | ||
"description": "Express application generator with create-react-app", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Arslan Nasir <arslan@mobylogix.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package