mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
yarn/docker issue #180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @julianmorenomotta on GitHub (Sep 5, 2023).
The following error is yielded when runing
yarn dev:setupI'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@julianmorenomotta commented on GitHub (Sep 5, 2023):
Also for some reason the discord link is not working for me
@hududed commented on GitHub (Sep 5, 2023):
not sure if related, but here:
Running mac OS 11.7.8
@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):
Not related, but you should be on Node
18+as specified in the.nvmrcI believe the package.json at root is pegged only to 18.0.0. I am using 18.13.1You are on Node 12 and that version is not compatible. use
nvmto switch to18+and you'll be good to install @hududed@BjoernRave commented on GitHub (Sep 9, 2023):
do you maybe have a newer version than yarn v1 installed?
@julianmorenomotta commented on GitHub (Sep 11, 2023):
Yeah, but can figure out why. Now it worked.