You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/09/20 13:49:36 UTC

[cordova-coho] 01/01: Fix command to install specific Cordova version

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-fix-custom-cordova-install
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git

commit 94fa6045e52dac1e2ba8ea4932b1d587d7c1c3ed
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Thu Sep 20 09:49:19 2018 -0400

    Fix command to install specific Cordova version
---
 docs/versioning-and-release-strategy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/versioning-and-release-strategy.md b/docs/versioning-and-release-strategy.md
index 05c2d2b..ae21d97 100644
--- a/docs/versioning-and-release-strategy.md
+++ b/docs/versioning-and-release-strategy.md
@@ -127,7 +127,7 @@ of all the Cordova components, there is one way to do that:
 
 - using specific version numbers:
 
-        npm install cordova@3.8.0
+        npm install -g cordova@3.8.0
         cordova platform add android@4.0.1
         cordova plugin add cordova-plugin-device@1.2.3
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org