You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Dmitry Blotsky (JIRA)" <ji...@apache.org> on 2016/02/26 01:05:18 UTC

[jira] [Created] (CB-10703) Cordova-lib fails to link and install on NPM@3.3.12

Dmitry Blotsky created CB-10703:
-----------------------------------

             Summary: Cordova-lib fails to link and install on NPM@3.3.12
                 Key: CB-10703
                 URL: https://issues.apache.org/jira/browse/CB-10703
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
            Reporter: Dmitry Blotsky


Make sure you have Node@~4 and NPM@~2. Then, run:
{noformat}
export npm_config_prefix=`pwd`
npm install npm@3.3.12
git clone https://git-wip-us.apache.org/repos/asf/cordova-js.git
git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git
cd cordova-lib/cordova-lib
../../node_modules/.bin/npm link ../../cordova-js
../../node_modules/.bin/npm link ../cordova-common
../../node_modules/.bin/npm link ../cordova-serve
../../node_modules/.bin/npm install
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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