Helloǃ While following the instructions from the Citoid page, I discovered that the npm install
step for citoid does not work with my current node installation. I'm using the 12.20 version from nodesource PPA on Ubuntu 20.04 and I get errors like
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/giuseppe/citoid/citoid/node_modules/heapdump gyp ERR! node -v v12.20.1 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok
While instead if I perform this step on a ubuntu docker instance with nodejs from standard repo (v10.19), it works fine. Do you have any suggestion on how to overcome this issue without changing the installed version of node? Thanksǃ (PSː I posted this question in @Mvolz (WMF)'s talk page fiew days ago).