Problem with build 0.186.0

hi, I download n8n from git and since today I get error


the commands:
git clone --branch n8n@0.186.0
npm install --global lerna@4.0.0
git reset --hard
git clean -dfx
npm I
lerna bootstrap --hoist
npm run build

I am using node 14.17.4

I upgrade to node to v16.16.0 and this fix the problem

Glad to hear you figured it out!

Also, just as a heads up, we moved away from from lerna and npm in newer versions: How to run in laptop the new version of n8n (0.203.0)? - #2 by jan

thanks for the info