mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-12 08:05:06 +08:00
* Create empty package.json in e2e test Create empty package.json in e2e test while installing packaged CLI to prevent installation issues. * Use "npm init" to initialize package.json instead of just writing an empty object into it. * Fix typo