Skip to content

You are using an out of date version of meteor-vite #1

Description

@camstuart

Hi,

After cloning, I did:

meteor npm i
meteor run

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions