#support

Resolving "make run" Error on Mac OSX

TLDR .longan encountered an error when attempting to "make run". v_shnu and ziekbaboon suggested using Node v16, which resolved the issue.

Powered by Struct AI
7
3mo
Solved
Join the chat
Aug 15, 2023 (3 months ago)
.longan
Photo of none
.longan
06:51 PM
now i still have this error: when i "make run", i follow this steps om mac osx https://www.chatwoot.com/docs/contributing-guide/project-setup
Image 1 for now i still have this error: when i "make run", i follow this steps om mac osx https://www.chatwoot.com/docs/contributing-guide/project-setupImage 2 for now i still have this error: when i "make run", i follow this steps om mac osx https://www.chatwoot.com/docs/contributing-guide/project-setup
Aug 16, 2023 (3 months ago)
ziekbaboon
Photo of md5-2ddec07f1f907ae229172cdf42b45328
ziekbaboon
12:54 PM
Try with node 16.20.2
.longan
Photo of none
.longan
05:01 PM
ty, will try
Aug 17, 2023 (3 months ago)
v_shnu
Photo of md5-310ea2ceb91b0b302b8f700488e094ad
v_shnu
05:52 AM
.longan Chatwoot requires node 16 or lower. Could you try with v16 as Ziek mentioned.
05:53
v_shnu
05:53 AM

brew install node@16
05:54
v_shnu
05:54 AM
Since you have already installed v20,. switch the node version using brew unlink.

Ref: https://apple.stackexchange.com/a/207883/484619
.longan
Photo of none
.longan
11:42 PM
Ty, node 16 Works fine