carloslfu / figma-app-linux

Unofficial Figma desktop app rebuild for Linux users.
86 stars 4 forks source link

'npm i font-manager' command throws error #15

Open utkapodsousom opened 5 years ago

utkapodsousom commented 5 years ago

This is the npm-debug.log

309 error Linux 4.15.0-43-generic 310 error argv "/usr/bin/node" "/usr/bin/npm" "i" "font-manager" 311 error node v8.10.0 312 error npm v3.5.2 313 error code ELIFECYCLE 314 error font-manager@0.3.0 install: node-gyp rebuild 314 error Exit status 1 315 error Failed at the font-manager@0.3.0 install script 'node-gyp rebuild'. 315 error Make sure you have the latest version of node.js and npm installed. 315 error If you do, this is most likely a problem with the font-manager package, 315 error not with npm itself. 315 error Tell the author that this fails on your system: 315 error node-gyp rebuild 315 error You can get information on how to open an issue for this project with: 315 error npm bugs font-manager 315 error Or if that isn't available, you can get their info via: 315 error npm owner ls font-manager 315 error There is likely additional logging output above. 316 verbose exit [ 1, true ]

jackbillstrom commented 5 years ago

What npm & node -v are you running?