I installed Titanium on my Mac, and now when I try to globally install any npm packages, it fails.
The result of my installation is
npm http 304 https://registry.npmjs.org/loggly npm http GET https://registry.npmjs.org/underscore npm http GET https://registry.npmjs.org/timespan npm http GET https://registry.npmjs.org/request npm http 304 https://registry.npmjs.org/underscore npm http 304 https://registry.npmjs.org/request npm http 304 https://registry.npmjs.org/timespan /Applications/Titanium Studio/TitaniumStudio.app/Contents/MacOS/Password:/usr/local/share/npm/bin/grunt-init -> /Applications/Titanium Studio/TitaniumStudio.app/Contents/MacOS/Password:/usr/local/share/npm/lib/node_modules/grunt-init/bin/grunt-init grunt-init@0.2.1 /Applications/Titanium Studio/TitaniumStudio.app/Contents/MacOS/Password:/usr/local/share/npm/lib/node_modules/grunt-init ├── semver@1.0.14 ├── colors@0.6.2 ├── hooker@0.2.3 ├── grunt@0.4.1 ( which@1.0.5 , dateformat@1.0.2-1.2.3 , eventemitter2@0.4.13 , async@0.1.22 , lodash@0.9.2 , coffee-script@1.3.3 , underscore.string@2.2.1 , findup-sync@0.1.2 , iconv-lite@0.2.11 , nopt@1.0.10 , rimraf@2.0.3 , minimatch@0.2.12 , glob@3.1.21 , js-yaml@2.0.5 ) └── prompt@0.1.12 ( async@0.1.22 , pkginfo@0.3.0 , winston@0.5.11 )
When I then execute this grunt-init, nothing is returned. Does something that is part of Titan seem to interfere with my -g npm install?
It has just begun since I installed Titanium. I can make it work if I manually install grunt-init in the npm directory, but that literally took the best function for me.
Please, help!
npm titanium
user3011849
source share