-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error building iles #269
Comments
You need to pin Vite and Vue versions to the one used by iles. The dependencies are not getting updated. I really hope that they do, even if iles itself is inactive. |
Hi Oliver, thanks for reporting! Failures to build I have a |
Try pinning vue & vite in package.json
|
Thanks all. Pinning works a treat! |
I have iles building locally now but I want to be able to test my changes. I guess in order to do that I'll need a test project that uses my local build of iles? I've tried adding iles to a test project by using Any advice on testing iles? |
Adding local filepath worked for me with npm & pnpm on my Mac. With npm, I usually install it to my test project with the full path of the project, for eg, With pnpm, I usually add I haven't used yarn, and it might be different on Windows, sorry :-) Try |
@ElMassimo, I gave your vite-5 branch a crack and had good success, but a few minor hiccups need to be resolved, please check it out. I tried on some local projects, and dev and build worked smooth (note that I don't use client scripts in my projects). For anyone who wants to give it a shot, here is my PR: #274. Thanks! :-) |
Hey @ElMassimo I cloned Iles over the weekend and tried to build it using
build:all
but I'm getting this error. Not sure exactly whats causing it, have you seen it before?The text was updated successfully, but these errors were encountered: