mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
This commit is contained in:
2
packages/react-scripts/scripts/init.js
vendored
2
packages/react-scripts/scripts/init.js
vendored
@@ -18,8 +18,8 @@ process.on('unhandledRejection', err => {
|
||||
|
||||
const fs = require('fs-extra');
|
||||
const path = require('path');
|
||||
const spawn = require('cross-spawn');
|
||||
const chalk = require('chalk');
|
||||
const spawn = require('react-dev-utils/crossSpawn');
|
||||
|
||||
module.exports = function(
|
||||
appPath,
|
||||
|
||||
Reference in New Issue
Block a user