Skip to content

Instantly share code, notes, and snippets.

@topherfangio
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topherfangio/01ed612808336af17611 to your computer and use it in GitHub Desktop.
Save topherfangio/01ed612808336af17611 to your computer and use it in GitHub Desktop.
Another Node SC BT Error
> sproutcore@0.1.0 install /Users/topher/Documents/Development/profoundry/collaborate/node_modules/sproutcore
> node post_install.js
SC.browser.experimentalNameFor(): target, [object Object], does not have property `animation` or `undefinedAnimation`.
SC.browser.experimentalNameFor(): target, [object Object], does not have property `transition` or `undefinedTransition`.
SC.browser.experimentalNameFor(): target, [object Object], does not have property `transform` or `undefinedTransform`.
SC.browser.experimentalNameFor(): target, [object Object], does not have property `perspective` or `undefinedPerspective`.
5 May 16:13:29 - Installing sproutcore as global dependency...
/Users/topher/Documents/Development/profoundry/collaborate/node_modules/sproutcore/index.js:81
var indexOfGlobal = args.indexOf("--global");
^
TypeError: Object true has no method 'indexOf'
at Object.module.exports.startInstall (/Users/topher/Documents/Development/profoundry/collaborate/node_modules/sproutcore/index.js:81:28)
at Object.<anonymous> (/Users/topher/Documents/Development/profoundry/collaborate/node_modules/sproutcore/post_install.js:14:12)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment