Skip to content

[Bug]: NPM dependency tree errors when running npm install in the root of the repo. #554

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

Open
3 tasks done
futuremotiondev opened this issue May 28, 2025 · 0 comments
Open
3 tasks done

Comments

@futuremotiondev
Copy link

Describe the bug

I'm trying to build masscode myself to make some stylistic modifications for my own personal use. First thing I did after cloning the repo was run npm install and got this:

npm warn  Unknown project config "node-linker". This will stop working in the next major version of npm
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error   dev eslint@"^8.5.0" from the root project
npm error Could not resolve dependency:
npm error peer eslint@"^7.12.1" from @vue/[email protected]
npm error node_modules/@vue/eslint-config-standard
npm error   dev @vue/eslint-config-standard@"^6.1.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error For a full report see:
npm error C:\Users\username\AppData\Local\npm-cache\_logs\2025-05-28T00_53_49_771Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\username\AppData\Local\npm-cache\_logs\2025-05-28T00_53_49_771Z-debug-0.log

So there are two things to note. The first is this:

Unknown project config "node-linker". This will stop working in the next major version of npm

I admittedly don't know anything about "node-linker". Not sure what to do about this warning.

The second thing is the dependency conflict with [email protected] and /eslint@"^7.12.1" from @vue/[email protected]

Not sure how to proceed correctly. You can see both log files below:

2025-05-28T00_53_49_771Z-eresolve-report.txt
2025-05-28T00_53_49_771Z-debug-0.log

Would greatly appreciate any assistance with this. Thanks!

To reproduce

  1. git clone https://github.com/massCodeIO/massCode.git
  2. cd into ./massCode
  3. run npm install
  4. View errors and warnings.

Version

3.11.0

OS

Windows 10 Pro x64

Validations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant