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

fix: fixi Cannot find module 'prettier-eslint'(#216) #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hatedMe
Copy link

@hatedMe hatedMe commented Jun 1, 2024

This is resolving #216

throw new Error('Unsupported platform');
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The global node_modules location is customizable. For example, with nvm the location is something like, ~/.nvm/versions/node/v20.10.0/lib/node_modules.

It also varies with each package manager. You can check the location though:

npm: npm root -g
yarn: yarn global dir
pnpm: pnpm bin -g

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

Successfully merging this pull request may close these issues.

None yet

2 participants