Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace execSync with shelljs #6

Open
jbavari opened this issue Dec 5, 2014 · 2 comments
Open

Replace execSync with shelljs #6

jbavari opened this issue Dec 5, 2014 · 2 comments

Comments

@jbavari
Copy link
Owner

jbavari commented Dec 5, 2014

Shelljs is known to be better cross platform with Windows / Mac, so use that instead.

@sagrawal31
Copy link

On running command:

cordova-deploy --build --ios --hockey

I'm getting the following error in Mac:

module.js:327
    throw err;
    ^

Error: Cannot find module './build/Release/shell'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/usr/local/lib/node_modules/cordova-deploy/node_modules/execSync/index.js:30:11)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)

@sagrawal31
Copy link

Using forked https://github.com/bamlab/cordova-deploy worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants