Barre / privaxy

Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic. Also check out my new project, https://www.merklemap.com/
https://www.merklemap.com/
GNU Affero General Public License v3.0
2.36k stars 103 forks source link

Cannot find module 'tailwindcss/forms' error #10

Closed aequis closed 2 years ago

aequis commented 2 years ago

Hi, building the web frontend fails with the above error.

Seems to be related to https://github.com/tailwindlabs/tailwindcss-forms/issues/31), since running 'npm install -D @tailwindcss/forms' fixes the error.

dhc02 commented 2 years ago

I also encountered this error and ran npm install (with no further arguments) in the web_frontend folder and that fixed it. It's a dependency of an included package, apparently.

aequis commented 2 years ago

Oh, duh, I should've tried that first.