Memories: Cannot find module 'fs/promises'

Hi All,

I am on Nextcloud stable27 branch.
Memories checkout to tag v5.2.1
Ubuntu 22.04.2 LTS
nodejs: v12.22.9

Usually I run the following commands after an update:

make dev-setup
make watch-js
make php-lint

But by running make watch-js I get the error Cannot find module 'fs/promises'

Thank You!

Are you really using Node.js v12?

The maintainer responded to you already here, but you never replied back. :slight_smile:

Don’t know if it was necessary, but I installed the newest node 20 and reverted back to a clean git repository with stable branches. Now I got everything working.

Sorry for the noise.