koraal
October 11, 2021, 2:09pm
1
Hello everyone!
great community!
i have a problem installing the n8n system.
when i use the npm or docker, i’m able to install it and the system works fine.
but when i install directly from the github code, i get an error.
i follow this instructions:
when i run “lerna bootstrap --hoist”
i get this error:
node version - v16.11.0
npm version - 8.0.0
Jon
October 11, 2021, 2:10pm
2
Hey there @koraal ,
What version of Node and NPM are you using? I had a similar issue on my Mac and I ended up needing to use NPM version 6 to get it working.
koraal
October 11, 2021, 2:11pm
3
oh, i just replied on the original post
node version - v16.11.0
npm version - 8.0.0
Jon
October 11, 2021, 2:12pm
4
Can you try NPM version 6 and Node 14 and see if that helps.
koraal
October 11, 2021, 2:13pm
5
thank you, i will try now and reply back.
koraal
October 11, 2021, 3:51pm
6
its giving the same error…anything else we can try?
Jon
October 11, 2021, 4:08pm
7
… notes from Discord chat
npm run clean:dist; rm -rf node_modules;
Make sure Node is version 14.
1 Like
Hey @koraal ,
Are you still facing the issue? Let us know if you need help