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

Too many errors on installation #21

Closed
onigetoc opened this issue Apr 21, 2024 · 3 comments
Closed

Too many errors on installation #21

onigetoc opened this issue Apr 21, 2024 · 3 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@onigetoc
Copy link

onigetoc commented Apr 21, 2024

Too many errors on installation

At first i tryed with npm without success than tryed with yarn.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS C:\Users\L*****\embedJs-main> yarn install
yarn install v1.22.19
warning ..\..\..\package.json: No license field
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
warning @qdrant/[email protected]: The engine "pnpm" appears to be invalid.
warning @qdrant/[email protected]: The engine "pnpm" appears to be invalid.
error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^18.18.0 || >=20.0.0". Got "18.14.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
@adhityan
Copy link
Collaborator

The issue is what it says in the error message -

Expected node version "^18.18.0 || >=20.0.0". Got "18.14.0"

The library supports and requires node version 18.18.0 minimum. Older versions of node than this might work but were not tested and not therefore not supported. All newer versions after this should work.

It does not matter what package manager you use as long as you are using an older not-supported version of node.

@adhityan
Copy link
Collaborator

Could you try installing the package with a supported version of node and let me know if you still see an error?

@adhityan adhityan added the invalid This doesn't seem right label Apr 23, 2024
@adhityan
Copy link
Collaborator

@onigetoc where you able to check this with an updated node version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants