function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ape.xape.x 

have you got forcedroid working in Ubuntu?

Nodejs installs. 'npm install forcedroid' seems to work, yet when I execute

 

   forcedreoid create

 

I get

 

gfj@sulaco:~/projects/mobile/MobileMerch$ forcedroid create

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
TypeError: Object #<Object> has no method 'resume'
    at new Interface (readline.js:58:9)
    at Object.createInterface (readline.js:38:10)
    at /usr/local/lib/node_modules/forcedroid/external/shared/node/commandLineUtils.js:145:23
    at /usr/local/lib/node_modules/forcedroid/external/shared/node/commandLineUtils.js:89:9
    at Object.processArgsInteractive (/usr/local/lib/node_modules/forcedroid/external/shared/node/commandLineUtils.js:69:5)
    at Object.<anonymous> (/usr/local/lib/node_modules/forcedroid/node/forcedroid.js:53:18)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)
    at Module.load (module.js:348:32)
    at Function._load (module.js:308:12)

Anyone else run into this?
 Or thoughts in getting past this?

 

Thanks!

Kevin HawkinsKevin Hawkins

I'm guessing your node.js installation may be too old for the script.  Take a look at this bug.