Problem with build 0.186.0

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


the commands:
git clone --branch [email protected]
npm install --global [email protected]
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

1 Like

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

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.