Hi,
After cloning, I did:
And I see:
I20240808-00:36:21.049(10)? ⚡ Starting Vite server...
W20240808-00:36:21.052(10)? (STDERR) ⚡ You are using an out of date version of `meteor-vite`.
W20240808-00:36:21.052(10)? (STDERR) Please update it: $ meteor npm i meteor-vite@1.10.3
So I upgraded what was in package.json to:
"devDependencies": {
"@types/meteor": "^2.9.7",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.16",
"meteor-vite": "^1.10.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^3.2.7"
}
And removed package lock, and node_modules.
But I still see the same issue?
Is there somewhere else that needs an updates?
I'm using node lts v20.16.0 meteor 3.0.1
Thanks
Hi,
After cloning, I did:
And I see:
So I upgraded what was in
package.jsonto:And removed package lock, and node_modules.
But I still see the same issue?
Is there somewhere else that needs an updates?
I'm using node lts v20.16.0 meteor 3.0.1
Thanks