andreknieriem / photobooth

A photobooth Web-Application for raspberry pi with gphoto2
https://photobooth.andrerinas.de/
MIT License
294 stars 163 forks source link

Doesn't work with node version 16 #278

Closed mhellmeier closed 1 year ago

mhellmeier commented 3 years ago

The application can only be built with node version 10.x. When trying to build it with the latest node version (16.x), it fails because the node version doesn't match the node-sass version:

error:  /path/to/photobooth/node_modules/node-sass: Command failed

Have a look at this SO post for more information.

andi34 commented 3 years ago

You're using yarn as suggested?

andi34 commented 3 years ago

For Node >=V12 https://github.com/andi34/photobooth/pull/264

mhellmeier commented 3 years ago

You're using yarn as suggested?

Yes of course. But the latest yarn version is shipped with node 16.x.

andi34 commented 1 year ago

The new Photobooth Installer handles needed node Version. https://photoboothproject.github.io/Changelog