Replies: 5 comments 9 replies
-
|
The issue likely stems from you using yarn v4. Drop uses yarn classic (v1). I'm assuming you're using corepack, so just download the latest classic version via that. In the future the corepack config should be fixed, so it's as simple as running |
Beta Was this translation helpful? Give feedback.
-
|
The organisation got renamed to @Drop-OSS, not @drop when we moved to NPM Edit. Droplet uses v4 |
Beta Was this translation helpful? Give feedback.
-
|
Okay, i thought so, since droplet enofrces the use of the built in v4.7. |
Beta Was this translation helpful? Give feedback.
-
|
Just reading the docs here: https://yarnpkg.com/cli/link I think you use |
Beta Was this translation helpful? Give feedback.
-
|
with v1 or v4? I copied the .yarn/ and .yarnrc from droplet over to drop and was able to link via the folder reference. on build i still get the same error from above. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build drop inside of a alpine:latest container for testing, with the goal of creating a https://github.com/community-scripts/ProxmoxVE proxmox install script. Which will build drop in an alpine LXC.
i installed the following dependencies:
git, yarn, musl-dev, rustup (initialized with nightly channel), gcc
Building droplet works without errors
droplet yarn build
Having droplet and drop directories side by side in a build directory
/build/droplet/build/dropi cd into drop and try to link droplet here with an error:
Beta Was this translation helpful? Give feedback.
All reactions