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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. 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"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mercato-app",
3
- "version": "0.5.1-develop.2657.a01847a9fa",
3
+ "version": "0.5.1-develop.2663.2c29774b5b",
4
4
  "type": "module",
5
5
  "description": "Create a new Open Mercato application",
6
6
  "main": "./dist/index.js",