We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ee5d3 commit 032007dCopy full SHA for 032007d
README.md
@@ -4,6 +4,8 @@
4
5
## Installation
6
7
+**Note: Please make sure that contentstack-express version 1.0.x is installed..**
8
+
9
Run the following command in a Terminal or Command Prompt to globally install the latest version of Built.io Contentstack CLI on your system:
10
11
```bash
bin/index.js
@@ -74,6 +74,7 @@ function optionConversion(options) {
74
}
75
// printing the Built.io Contentstack Animation
76
console.log('\n'+messages+'\x1b[0m\n');
77
+console.log('\x1b[31m Note: Please make sure that contentstack-express version 1.0.x is installed.\x1b[0m\n');
78
79
program
80
.version(pkg.version || "0.1.x");
0 commit comments