create-mercato-app 0.5.1-develop.2657.a01847a9fa → 0.5.1-develop.2663.2c29774b5b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -850,6 +850,8 @@ function printTemplateNextSteps(appName) {
|
|
|
850
850
|
console.log("Next steps:");
|
|
851
851
|
console.log("");
|
|
852
852
|
console.log(pc.cyan(` cd ${appName}`));
|
|
853
|
+
console.log(pc.dim(" # Make sure Yarn 4.1x is installed before running the setup command, and install all the deependencies with:"));
|
|
854
|
+
console.log(pc.cyan(" yarn"));
|
|
853
855
|
console.log("");
|
|
854
856
|
console.log(pc.green("Suggested quick start:"));
|
|
855
857
|
console.log(pc.cyan(" yarn setup"));
|