Hi,
To get started with runway, I read the following doc and am seeing if I can write a custom model.
I am following this readme
https://github.com/salesforce/runway-browser to get started to write a custom model and try out runway..
I get the following error:
npm ERR! TypeError: Object.keys called on non-object
npm ERR! at Function.keys (native)
npm ERR! at installTargetsError (/usr/lib/node_modules/npm/lib/cache.js:708:24)
npm ERR! at /usr/lib/node_modules/npm/lib/cache.js:638:10
npm ERR! at saved (/usr/lib/node_modules/npm-registry-client/lib/get.js:148:7)
npm ERR! at /usr/lib/node_modules/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:108:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <
http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <
np...@googlegroups.com>
npm ERR! System Linux 3.10.0-327.28.3.el7.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /home/punt/runway-browser
npm ERR! node -v v0.10.46
npm ERR! npm -v 1.3.6
npm ERR! type called_on_non_object
npm http 404
https://registry.npmjs.org/solarized-light-syntaxnpm ERR! TypeError: Object.keys called on non-object
npm ERR! at Function.keys (native)
npm ERR! at installTargetsError (/usr/lib/node_modules/npm/lib/cache.js:708:24)
npm ERR! at /usr/lib/node_modules/npm/lib/cache.js:638:10
npm ERR! at saved (/usr/lib/node_modules/npm-registry-client/lib/get.js:148:7)
npm ERR! at /usr/lib/node_modules/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:108:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <
http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <
np...@googlegroups.com>
npm ERR! System Linux 3.10.0-327.28.3.el7.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /home/punt/runway-browser
npm ERR! node -v v0.10.46
npm ERR! npm -v 1.3.6
npm ERR! type called_on_non_object
npm http 404
https://registry.npmjs.org/language-runwaynpm ERR! TypeError: Object.keys called on non-object
npm ERR! at Function.keys (native)
npm ERR! at installTargetsError (/usr/lib/node_modules/npm/lib/cache.js:708:24)
npm ERR! at /usr/lib/node_modules/npm/lib/cache.js:638:10
npm ERR! at saved (/usr/lib/node_modules/npm-registry-client/lib/get.js:148:7)
npm ERR! at /usr/lib/node_modules/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:108:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <
http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <
np...@googlegroups.com>
npm ERR! System Linux 3.10.0-327.28.3.el7.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /home/punt/runway-browser
npm ERR! node -v v0.10.46
npm ERR! npm -v 1.3.6
npm ERR! type called_on_non_object
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/punt/runway-browser/npm-debug.log
npm ERR! not ok code 0
Any help to get around this is much appreciated.