I’m trying to install a PDF library via npm on Ubuntu 10.04 but get an error. Running the command below:
npm add pdflib
It shows: ‘node-setup not found’. Any suggestions to fix this?
I’m trying to install a PDF library via npm on Ubuntu 10.04 but get an error. Running the command below:
npm add pdflib
It shows: ‘node-setup not found’. Any suggestions to fix this?
hey, try reinstalling node-setup and use npm install pdflib. mayb u need to updtae both node & npm. old ubuntu verions often mess up package deppendencies. hope it gets u sorted!