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

[jira] [Created] (CB-10718) createmobilespec instructions incomplete for cordova-common

Shazron Abdullah created CB-10718:
-------------------------------------

             Summary: createmobilespec instructions incomplete for cordova-common
                 Key: CB-10718
                 URL: https://issues.apache.org/jira/browse/CB-10718
             Project: Apache Cordova
          Issue Type: Bug
          Components: mobile-spec
            Reporter: Shazron Abdullah


{code}
$ ./cordova-mobile-spec/createmobilespec/createmobilespec.js --ios
Creating project from local git repos. If you have any errors, it may be from missing repositories.
To clone repositories:
  ./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r cli -r lib -r plugman -r ios -r js -r plugins
  mkdir cordova-cli/node_modules
  (cd cordova-lib/cordova-lib/ && npm install)
  (cd cordova-plugman/ && npm install)
  mkdir cordova-cli/node_modules
  ln -s ../../cordova-lib/cordova-lib cordova-cli/node_modules
  (cd cordova-cli && npm install)
To update all repositories:
  ./cordova-coho/coho repo-update
Checking if you are using master branch of tools
refs/heads/master
refs/heads/master
refs/heads/master
refs/heads/master
You are on master branch of tools, checking npm links
npm links are OK
Creating project mobilespec...
module.js:338
    throw err;
          ^
Error: Cannot find module 'ansi'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/shazron/Documents/git/apache/cordova-lib/cordova-common/src/CordovaLogger.js:20:12)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
{code}

It should instruct you to run "npm install" inside cordova-lib/cordova-common as well.



--
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