Last active
August 29, 2015 14:01
-
-
Save topherfangio/01ed612808336af17611 to your computer and use it in GitHub Desktop.
Another Node SC BT Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] 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