Ubuntu Pastebin

Paste from mattias at Mon, 7 Dec 2015 20:46:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/usr/bin/cordova run ubuntu --device -- --framework ubuntu-sdk-15.04 --verbose
Running command: /home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/run --device --framework ubuntu-sdk-15.04 --verbose

/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/lib/check_reqs.js:26
        installNodeDependencies(checkUbuntuDependencies.bind(null, callback));
                                ^
ReferenceError: checkUbuntuDependencies is not defined
    at exports.check_reqs (/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/lib/check_reqs.js:26:33)
    at Object.<anonymous> (/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/run:30:1)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:902:3
Download as text