Cannot find modules fs/promises

I’ve simply ran npm install n8n -g to install n8n, and when I attempt to run with n8n start, it throws an error of:

Error: Cannot find module 'fs/promises'

Any ideas? I’m on MacOS and my Node version is 12.20.2

Bump your node version to 14.

https://github.com/n8n-io/n8n/commit/715e41b5907de39e4ccf7084e3b6b1bdcb5928dc

1 Like

Thanks for the quick response!