Skip to content

Please help me my vercel error. #123720

Closed Answered by monolab825
Yumecoder825 asked this question in Programming Help
Discussion options

You must be logged in to vote

Hello!

Set the npm install --legacy-peer-deps
or npm install tsparticles --force
If tsparticles works locally but not on Vercel:

  1. Ensure tsparticles is listed in your package.json dependencies.
  2. Check tsconfig.json to include "node_modules" in the "include" array.
  3. Verify Vercel deployment settings to include package.json and tsconfig.json.
  4. Check Vercel build logs for any error messages related to tsparticles.
  5. If the issue persists, contact Vercel support for further assistance.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ebndev
Comment options

This comment was marked as spam.

Comment options

You must be logged in to vote
0 replies
Answer selected by Yumecoder825
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment