discohook / site

The easiest way to build and send Discord messages using webhooks
https://discohook.app
GNU Affero General Public License v3.0
378 stars 128 forks source link

Package error when running `yarn run dev` command #100

Closed Paiman-Rasoli closed 1 year ago

Paiman-Rasoli commented 1 year ago

I have cloned the repo, and installed the dependencies using yarn install it will successfully install all the packages. but when I want to run the project I face this error. image

OS: Windows 10 - 64 bit Node Version: 18.17.1 Yarn Version: 1.22.19

dkay0670 commented 1 year ago

Use node 16 instead of 18.

Paiman-Rasoli commented 1 year ago

@dkay0670 Many Thanks.