Skip to content

Commit

Permalink
Rename create-react-app install
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Aug 23, 2024
1 parent 46da87c commit b483af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/create-react-app/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function createApp(packageName: string, tempPath: string) {
]);

log(emoji.progress, 'Installing packages...');
await installPackages(['parcel@canary', 'postcss', '@babel/core'], {
await installPackages(['@atlaspack/cli@canary', 'postcss', '@babel/core'], {
cwd: tempPath,
isDevDependency: true,
});
Expand Down

0 comments on commit b483af7

Please sign in to comment.