Replies: 5 comments 2 replies
-
Hey, I'm sorry you had this experience. It's very hard to help you without more context though. If you can provide some information about the errors you saw we might be able to help diagnose. |
Beta Was this translation helpful? Give feedback.
-
Ok, got a slack period... so thought I'd revisit this issue and re-test with a plain single vue file based application - same error as before...
It's clear that the new parcel is "adamant" that Vue3 be installed, where as when you do a standard npm install vue, you get v2.x Consequently, when "parcel" auto installs the required build tools, it "assumes" v3, installs them, but there is "no" Vue3 installed and the whole process fails. Don't want Vue3 and since Vue2 is the default installed, surely this is an error of the new parcel v2. So, for the time being, still has to be parcel-bundler... which is a little annoying as I'm teaching students and they keep mention the "parcel-bundler is depreciated, upgrade.... ya da ya", but we / I cannot. Please fix |
Beta Was this translation helpful? Give feedback.
-
This is nothing to do with WSL and where the file system is at. This is parcel enforcing / assuming vue3 is installed, which isn't the desired or default installed package. |
Beta Was this translation helpful? Give feedback.
-
vue@next = vue3 (does it?) |
Beta Was this translation helpful? Give feedback.
-
... yes... don't want it. Vue stable is 2.6x (and the default installed). Again, this is a parcel issue, so it can bang on about parcel-bundler being depreciated, but as far as I can see, v2 is non functional without "whatever needs fixing" |
Beta Was this translation helpful? Give feedback.
-
Hi,
Long been an advocate of parcel and its simplicity, but during a new install of a repo today, noticed a depreciation warning for parcel v1, advising to move up to v2.
So, I removed v1, installed v2... and tried to run dev (as I usually do).
All sorts of errors about @parcel/transformer-vue, and other crap.
At first, thought it was because I was still on Vue 2.x, so tried later versions, including Vue 3.x.... no dice.
So I'm now having to revert back to v1 and Vue 2.x.
So what gives?
Is parcel gonna become as useless as webpack? God hope not.
Beta Was this translation helpful? Give feedback.
All reactions