Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aeef37b

Browse files
author
rutvik
committed
Merge branch 'master' of github.com:atliq/react-native-app-starter
2 parents 02c8bd4 + a6a20ae commit aeef37b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const programOptions = program.opts();
1515
const main = async (repositoryUrl, directoryName, husky) => {
1616
console.log(`Creating new project ${directoryName}`);
1717
console.log(`Installing Yarn`);
18-
shell.exec("yarn add -g yarn", (code, stdout, stderr) => {
18+
shell.exec("npm install -g yarn", (code, stdout, stderr) => {
1919
console.log(stdout);
2020
});
2121
if (directoryName.match(/[<>:"\/\\|?*\x00-\x1F]/)) {

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@
3636
"cli-select": "^1.1.2",
3737
"commander": "^9.0.0",
3838
"shelljs": "^0.8.5"
39-
},
40-
"packageManager": "yarn@4.5.3"
39+
}
4140
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /