Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation not working on OSX #26

Closed
k0nG opened this issue Dec 18, 2012 · 2 comments
Closed

Installation not working on OSX #26

k0nG opened this issue Dec 18, 2012 · 2 comments

Comments

@k0nG
Copy link

k0nG commented Dec 18, 2012

Hello.

I've just tried installing grunt init. The npm install seems to go fine but I cannot seem to run the grunt-init command.

Here is my install log:

sudo npm install -g grunt-init npm http GET https://registry.npmjs.org/grunt-init npm http 304 https://registry.npmjs.org/grunt-init npm http GET https://registry.npmjs.org/semver npm http GET https://registry.npmjs.org/prompt npm http 304 https://registry.npmjs.org/semver npm http 304 https://registry.npmjs.org/prompt npm http GET https://registry.npmjs.org/async npm http GET https://registry.npmjs.org/pkginfo npm http GET https://registry.npmjs.org/colors npm http GET https://registry.npmjs.org/winston npm http 304 https://registry.npmjs.org/pkginfo npm http 304 https://registry.npmjs.org/async npm http 304 https://registry.npmjs.org/colors npm http 304 https://registry.npmjs.org/winston npm http GET https://registry.npmjs.org/eyes npm http GET https://registry.npmjs.org/stack-trace npm http GET https://registry.npmjs.org/loggly npm http 304 https://registry.npmjs.org/loggly npm http 304 https://registry.npmjs.org/stack-trace npm http 304 https://registry.npmjs.org/eyes npm http GET https://registry.npmjs.org/timespan npm http GET https://registry.npmjs.org/request npm http 304 https://registry.npmjs.org/timespan npm http 304 https://registry.npmjs.org/request grunt-init@0.1.0 /usr/local/lib/node_modules/grunt-init ├── semver@1.0.14 └── prompt@0.1.12 (pkginfo@0.2.3, colors@0.6.0-1, async@0.1.22, winston@0.5.11)

I can't see any kind of symlink in /usr/local/bin

I've already got grunt-cli installed fine.

Running:
Node 0.8.8
OSX Lion
oh-my-zsh shell

It looks like the bin isn't being copied/symlinked during install?

My /usr/local/lib/node_modules/grunt-init looks like this:

-rw-rw-rw- 1 nobody staff 40 3 Oct 20:57 AUTHORS
-rw-rw-rw- 1 nobody staff 0 3 Oct 20:57 CHANGELOG
-rw-rw-rw- 1 nobody staff 937 8 Oct 23:58 Gruntfile.js
-rw-rw-rw- 1 nobody staff 1076 3 Oct 20:57 LICENSE-MIT
-rw-rw-rw- 1 nobody staff 94 3 Oct 20:57 README.md
drwxrwxrwx 5 nobody staff 170 18 Dec 13:14 docs
drwxr-xr-x 5 nobody staff 170 18 Dec 13:14 node_modules
-rw-rw-rw- 1 nobody staff 1159 18 Dec 13:14 package.json
drwxrwxrwx 5 nobody staff 170 18 Dec 13:14 tasks
drwxrwxrwx 3 nobody staff 102 3 Oct 20:57 test

@cowboy
Copy link
Member

cowboy commented Dec 18, 2012

Until it's officially released, you'll need to install it using the explicit version number!

npm install -g grunt-init@0.2.0rc3

@cowboy cowboy closed this as completed Dec 18, 2012
@k0nG
Copy link
Author

k0nG commented Dec 18, 2012

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants