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

Issues with OSX and case sensitive filesystem #17

Closed
chadrien opened this issue Jun 27, 2014 · 1 comment
Closed

Issues with OSX and case sensitive filesystem #17

chadrien opened this issue Jun 27, 2014 · 1 comment

Comments

@chadrien
Copy link

So I have a case sensitive filesystem, running OSX, using NVM and I can't use slush.

$ npm install -g slush slush-angular
$ slush angular
[slush] No generator by name: "angular" was found!
[slush] Try installing it with `npm install -g slush-angular` first.

I actually found the issue: bin/slush.js:L189 :: return path.toLowerCase() resulting in /users/chadrien/.nvm/v0.10.29/lib/node_modules instead of /Users/chadrien/.nvm/v0.10.29/lib/node_modules (notice the uppercase U)

So is the toLowerCase() intended? Initial commit is here: f396bd6 (ping @alexeyraspopov)

If not I'd be happy to fork/add test case/pull request 😃

@joakimbeng
Copy link
Member

No, the toLowerCase() is not intended and shouldn't be necessary.

Go ahead! I'd be happy to accept your PR! :)

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