spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.49k stars 250 forks source link

Argument of type is not assignable #1114

Open Justman100 opened 8 months ago

Justman100 commented 8 months ago

Describe the bug Get this:

Argument of type 'import("/home/spacebar/node_modules/ajv/dist/ajv").default' is not assignable to parameter of type 'import("/home/spacebar/node_modules/ajv-formats/node_modules/ajv/dist/core").default'.

System Information (please complete the following information):

Env and Software info

Justman100 commented 7 months ago

@Puyodead1

Puyodead1 commented 7 months ago

Try deleting node_modules and reinstalling, if that doesn't work, delete node_modules and package_lock.json and try reinstalling. otherwise idk

Justman100 commented 7 months ago

Try deleting node_modules and reinstalling, if that doesn't work, delete node_modules and package_lock.json and try reinstalling. otherwise idk

Not working