Rishabh-malhotraa / caucus

Realtime Collaborate Editor with Embedded Compiler
https://caucus.rishabhmalhotra.in/
MIT License
295 stars 70 forks source link

installed tsparticles npm package #31

Closed MarufSharifi closed 2 years ago

MarufSharifi commented 2 years ago

just installed tsparticles npm package to avoid this error:

Module not found: Can't resolve 'tsparticles' in '/media/maruf/06A432F9A432EB37/contributed repositories/caucus/node_modules/react-particles-js/cjs'
Rishabh-malhotraa commented 2 years ago

Hey, @MarufSharifi, thanks for the PR! this project doesn't use yarn, so you should remove the yarn.lock

rm yarn.lock
npm i tsparticles

this will update the pacakge.lock.json file instead of creating a yarn.lock file thanks