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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing globally does not work on OS X #10

Open
dougbacelar opened this issue Oct 25, 2018 · 2 comments
Open

Installing globally does not work on OS X #10

dougbacelar opened this issue Oct 25, 2018 · 2 comments

Comments

@dougbacelar
Copy link

After installing it globally via yarn, it did not generate a required dist folder 馃

Cloning the repo and running it seems to work fine though.

screen shot 2018-10-16 at 20 33 44

@afkatja
Copy link

afkatja commented Oct 29, 2018

Confirm the issue with running from global yarn install; but even after downloading, running codemod-imports-sort throws an error cannot find module 'app-root-path'

@bfncs
Copy link
Owner

bfncs commented Oct 31, 2018

Thanks for reporting the issue. This is caused by inxilpro/node-app-root-path#28. I currently have no device running OSX close though, so I won't be able to debug this soon, any help is appreciated.

I'll certainly update once this is resolved in app-root-path. Cloning and installing manually is the way to get this to work until we make further progress.

@afkatja This is due to missing dependencies after downloading. You will have to run npm install or yarn install in the downloaded directory to make this work.

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

3 participants