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

'yarn install' does not install all dependencies #1267

Closed
marcus-pousette opened this issue May 10, 2023 · 1 comment
Closed

'yarn install' does not install all dependencies #1267

marcus-pousette opened this issue May 10, 2023 · 1 comment

Comments

@marcus-pousette
Copy link
Contributor

marcus-pousette commented May 10, 2023

Doing yarn install in the webrtc or yamux

and then doing yarn lint:fix or 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

To Reproduce
Steps to reproduce the behavior:

  1. Clone webrtc or yamux
  2. yarn install
  3. yarn lint --fix
  4. See error

Expected behavior
npm and yarn works the same way.

Desktop (please complete the following information):

  • OS: macOS
  • Version 39 and 38
@marcus-pousette
Copy link
Contributor Author

marcus-pousette commented Apr 3, 2024

Seems to be working now with 42.2.5

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

1 participant