We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doing yarn install in the webrtc or yamux
and then doing yarn lint:fix or yarn lint --fix
yarn lint:fix
yarn lint --fix
Leads to following error message
Failed to load plugin 'n' declared in 'package.json » eslint-config-ipfs#overrides[1] » ./ts » eslint-config-standard-with-typescript » eslint-config-standard': Cannot find module 'eslint-plugin-n'
This issue is not present if I do npm install instead
npm install
To Reproduce Steps to reproduce the behavior:
yarn install
Expected behavior npm and yarn works the same way.
npm
yarn
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Seems to be working now with 42.2.5
42.2.5
Sorry, something went wrong.
No branches or pull requests
Doing yarn install in the webrtc or yamux
and then doing
yarn lint:fix
oryarn lint --fix
Leads to following error message
This issue is not present if I do
npm install
insteadTo Reproduce
Steps to reproduce the behavior:
yarn install
yarn lint --fix
Expected behavior
npm
andyarn
works the same way.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: