yarn/docker issue #180

Closed
opened 2026-02-23 17:20:40 -05:00 by yindo · 6 comments
Owner

Originally created by @julianmorenomotta on GitHub (Sep 5, 2023).

The following error is yielded when runing yarn dev:setup

I'm using a macO S12.3.1

the neares pacakage directory (../vector-admin/frontend) doesn't seem to be part of the project declared in (../vector-admin)

and when trying to run 'docker-compose' comand, it naturaly yields

failed to solve: failed to compute cache key: failed to calculate checksum of ref moby::g7wxfdpmli2jkowdsir0lph1k: "/frontend/yarn.lock": not found

Originally created by @julianmorenomotta on GitHub (Sep 5, 2023). The following error is yielded when runing `yarn dev:setup` I'm using a macO S12.3.1 `the neares pacakage directory (../vector-admin/frontend) doesn't seem to be part of the project declared in (../vector-admin)` and when trying to run 'docker-compose' comand, it naturaly yields `failed to solve: failed to compute cache key: failed to calculate checksum of ref moby::g7wxfdpmli2jkowdsir0lph1k: "/frontend/yarn.lock": not found`
yindo added the question label 2026-02-23 17:20:40 -05:00
yindo closed this issue 2026-02-23 17:20:40 -05:00
Author
Owner

@julianmorenomotta commented on GitHub (Sep 5, 2023):

Also for some reason the discord link is not working for me

@julianmorenomotta commented on GitHub (Sep 5, 2023): Also for some reason the discord link is not working for me
Author
Owner

@hududed commented on GitHub (Sep 5, 2023):

not sure if related, but here:

❯ yarn dev:setup
yarn run v1.22.10
warning ../../package.json: No license field
error vector-data-management-system@0.0.1-beta: The engine "node" is incompatible with this module. Expected version ">=18". Got "12.22.4"
error Commands cannot run with an incompatible environment.

Running mac OS 11.7.8

@hududed commented on GitHub (Sep 5, 2023): not sure if related, but here: ``` ❯ yarn dev:setup yarn run v1.22.10 warning ../../package.json: No license field error vector-data-management-system@0.0.1-beta: The engine "node" is incompatible with this module. Expected version ">=18". Got "12.22.4" error Commands cannot run with an incompatible environment. ``` Running mac OS 11.7.8
Author
Owner

@timothycarambat commented on GitHub (Sep 8, 2023):

@julianmorenomotta The discord link in the Readme?

Also what node version are you on? You can also just remove the yarn lockfile and then cd frontend && yarn install

@timothycarambat commented on GitHub (Sep 8, 2023): @julianmorenomotta The discord link in the Readme? Also what node version are you on? You can also just remove the yarn lockfile and then `cd frontend && yarn install`
Author
Owner

@timothycarambat commented on GitHub (Sep 8, 2023):

not sure if related, but here:

❯ yarn dev:setup
yarn run v1.22.10
warning ../../package.json: No license field
error vector-data-management-system@0.0.1-beta: The engine "node" is incompatible with this module. Expected version ">=18". Got "12.22.4"
error Commands cannot run with an incompatible environment.

Running mac OS 11.7.8

Not related, but you should be on Node 18+ as specified in the .nvmrc I believe the package.json at root is pegged only to 18.0.0. I am using 18.13.1

You are on Node 12 and that version is not compatible. use nvm to switch to 18+ and you'll be good to install @hududed

@timothycarambat commented on GitHub (Sep 8, 2023): > not sure if related, but here: > > ``` > ❯ yarn dev:setup > yarn run v1.22.10 > warning ../../package.json: No license field > error vector-data-management-system@0.0.1-beta: The engine "node" is incompatible with this module. Expected version ">=18". Got "12.22.4" > error Commands cannot run with an incompatible environment. > ``` > > Running mac OS 11.7.8 Not related, but you should be on Node `18+` as specified in the `.nvmrc` I believe the package.json at root is pegged only to 18.0.0. I am using 18.13.1 You are on Node 12 and that version is not compatible. use `nvm` to switch to `18+` and you'll be good to install @hududed
Author
Owner

@BjoernRave commented on GitHub (Sep 9, 2023):

do you maybe have a newer version than yarn v1 installed?

@BjoernRave commented on GitHub (Sep 9, 2023): do you maybe have a newer version than yarn v1 installed?
Author
Owner

@julianmorenomotta commented on GitHub (Sep 11, 2023):

@julianmorenomotta The discord link in the Readme?

Also what node version are you on? You can also just remove the yarn lockfile and then cd frontend && yarn install

Yeah, but can figure out why. Now it worked.

@julianmorenomotta commented on GitHub (Sep 11, 2023): > @julianmorenomotta The discord link in the Readme? > > Also what node version are you on? You can also just remove the yarn lockfile and then `cd frontend && yarn install` Yeah, but can figure out why. Now it worked.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#180