'PARCEL ERROR : unable to deserialize cloned data due to invalid or unsupported version
i have my daily problem right now. i run an oracle virtual machine with npm on my terminal, and PARCEL bundler to compile my css. when i try to launch it to get my page view, it returns "PARCEL ERROR : unable to deserialize cloned data due to invalid or unsupported version". i have updated my npm and my parcel [sudo npm i -g parcel] and all seems to be good, but still not working.
questions : (for me, it seems that the parcel bundler is ok, just updated minutes ago)
- may my VM be obsolete, so that i must update her (i said "her" lol) *if so, may that erase my datas (website codes)? *am i wrong ? : may the problem be anything else, and if so, what should i do ?
excuse my poor english, and please forgive if the fix is somewhere in there, i have not found yet.
thanks for the help !
Donei
Solution 1:[1]
It happen to me also using node v14 and parcel 2.5.0. Solved by selecting a newer node v18 with nvm. So just
nvm use latest
rm -Rf node_modules
npm i
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Marco Vieira |