[
https://issues.apache.org/jira/browse/CB-10703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Blotsky updated CB-10703:
--------------------------------
Description:
Make sure you have Node@~4 and NPM@~2. Then, run:
{noformat}
mkdir CB-10703
cd CB-10703
export HERE=`pwd`
export npm_config_prefix=$HERE
export NPM=$HERE/node_modules/.bin/npm
npm install [email protected]
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
pushd cordova-js; $NPM install; $NPM link; popd
pushd cordova-lib/cordova-common; $NPM install; $NPM link; popd
pushd cordova-lib/cordova-serve; $NPM install; $NPM link; popd
pushd cordova-lib/cordova-lib; $NPM link cordova-js; $NPM link cordova-common;
$NPM install; popd
{noformat}
was:
Make sure you have Node@~4 and NPM@~2. Then, run:
{noformat}
mkdir CB-10703
cd CB-10703
export HERE=`pwd`
export npm_config_prefix=$HERE
export NPM=$HERE/node_modules/.bin/npm
npm install [email protected]
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
pushd cordova-js; $NPM install; $NPM link; popd
pushd cordova-lib/cordova-common; $NPM install; $NPM link; popd
pushd cordova-lib/cordova-serve; $NPM install; $NPM link; popd
pushd cordova-lib/cordova-lib; $NPM link cordova-js; $NPM link cordova-common;
$NPM install; popd
# pushd cordova-lib/cordova-lib
# $NPM link ../../cordova-js
# $NPM link ../cordova-common
# $NPM link ../cordova-serve
{noformat}
> cordova-lib fails to install on [email protected]
> ------------------------------------------
>
> Key: CB-10703
> URL: https://issues.apache.org/jira/browse/CB-10703
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib
> Reporter: Dmitry Blotsky
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Make sure you have Node@~4 and NPM@~2. Then, run:
> {noformat}
> mkdir CB-10703
> cd CB-10703
> export HERE=`pwd`
> export npm_config_prefix=$HERE
> export NPM=$HERE/node_modules/.bin/npm
> npm install [email protected]
> 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
> pushd cordova-js; $NPM install; $NPM link; popd
> pushd cordova-lib/cordova-common; $NPM install; $NPM link; popd
> pushd cordova-lib/cordova-serve; $NPM install; $NPM link; popd
> pushd cordova-lib/cordova-lib; $NPM link cordova-js; $NPM link
> cordova-common; $NPM install; popd
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]