Replies: 2 comments
-
|
Deleting yarn.lock is almost never a good idea - it helps to pin to specific versions of a package. I'd suggest restoring that, and then trying |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@Gopisokk one of my colleagues experienced this problem too, even though not in WSL environment. He was able to resolve it by deleting the local repository folder and setting up everything again. Hopefully @rtibbles recommendation works - try that first please. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Kolibri Team,
Hope you're doing well. I'm new here and trying to get the dev environment set up on Windows with WSL (Ubuntu 24.04), following the docs. Got Python 3.9.9 (via
pyenv) and Node 20.19.0 (vianodeenv) installed okay.But when I run
yarn run devserver, the build keeps failing for thedevice.appandcoach.appplugins. I get this error:Module not found: Error: Can't resolve '@shopify/draggable/lib/es5/draggable.bundle.legacy.js' in '/mnt/d/gsoc_projects/kolibri/packages/kolibri-common/components/sortable'
I've tried a bunch of things already:
node_modules/yarn.lockand reinstallingyarn cache cleanyarn install --forcedevelopbranchgit lfs pull --forceyarn add @shopify/draggable@1.1.3 --dev -WmanuallyBut no luck, the error keeps happening. It seems like that
draggable.bundle.legacy.jsfile just isn't there after installing.Any ideas what might be going wrong or what else I could try?
Beta Was this translation helpful? Give feedback.
All reactions