File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ node_modules /
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ emitter.clone(projectName).then(() => {
2626
2727 try {
2828 console . log ( "📦 Installing dependencies..." ) ;
29- execSync ( `cd ${ projectName } && yarn install ` , { stdio : "inherit" } ) ;
29+ execSync ( `cd ${ projectName } && yarn` , { stdio : "inherit" } ) ;
3030 console . log ( "🎉 All done!" ) ;
3131 console . log ( `👉 Get started with:\n cd ${ projectName } \n yarn start` ) ;
3232 } catch ( error ) {
Original file line number Diff line number Diff line change 1919 "author" : " Hidayt Rahman" ,
2020 "license" : " MIT" ,
2121 "dependencies" : {
22- "degit" : " ^3.0.2 "
22+ "degit" : " ^2.8.4 "
2323 }
2424}
Original file line number Diff line number Diff line change 1+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+ # yarn lockfile v1
3+
4+
5+ degit@^2.8.4 :
6+ version "2.8.4"
7+ resolved "https://registry.yarnpkg.com/degit/-/degit-2.8.4.tgz#3bb9c5c00f157c44724dd4a50724e4aa75a54d38"
8+ integrity sha512-vqYuzmSA5I50J882jd+AbAhQtgK6bdKUJIex1JNfEUPENCgYsxugzKVZlFyMwV4i06MmnV47/Iqi5Io86zf3Ng==
You can’t perform that action at this time.
0 commit comments