processing / processing-website

Repository for the processing.org website
https://processing.org
GNU General Public License v2.0
64 stars 95 forks source link

facing issue while setting up dev environment #419

Closed aditya-shrivastavv closed 1 year ago

aditya-shrivastavv commented 1 year ago

First I ran npm install after that all the modules were downloaded. but when i ran npm run dev this error poped up.

Screenshot_20230127_061251

Dev-Code24 commented 1 year ago

try deleting the node modules and do "npm i" again and then run the code "npm run dev"