=> Started proxy.
┌─────────────────────────────────────────────────
│ Rspack Dependencies Installation
└─────────────────────────────────────────────────
The following Rspack dependencies need to be installed:
• @rspack/cli@1.5.0
• @rspack/core@1.5.0
• @meteorjs/rspack@0.0.43
┌─────────────────────────────────────────────────
│ ❌ Rspack Installation Failed
└─────────────────────────────────────────────────
Run: meteor npm install -D @rspack/cli@1.5.0, @rspack/core@1.5.0 and @meteorjs/rspack@0.0.43
Rspack plugin error: Failed to install Rspack dependencies. Please install them manually with: meteor npm install -D @rspack/cli@1.5.0, @rspack/core@1.5.0 and @meteorjs/rspack@0.0.43
This message should be updated… I can’t just copy and paste it since the npm install command has commas in it.
EDIT:
Also, I’ve been stuck on this for about 20 minutes…
PS C:\prj\meteor-react-tailwind-prettier-starter\apps\meteor-react-tailwind-prettier-starter> meteor npm run start
> start
> meteor run
[[[[[ C:\prj\meteor-react-tailwind-prettier-starter\apps\meteor-react-tailwind-prettier-starter ]]]]]
=> Started proxy.
┌─────────────────────────────────────────────────
│ Adding Gitignore Entries for Meteor Modern-Tools build context directories
└─────────────────────────────────────────────────
The following entries will be added to .gitignore:
• _build
• */build-assets
• */build-chunks
• .rsdoctor
✅ Gitignore entries for Meteor Modern-Tools build context directories added
Rspack Error: spawn meteor ENOENT
Rspack Error: spawn meteor ENOENT
=> Started MongoDB.
Loading plugin `rspack` from package ... \
I tried CTRL-C and re-ran the command but it’s not getting anywhere fast.