Closed zedtux closed 6 years ago
Hmm - are you sure this is not a local .git or .ssh conflict on your machine? Running npm install on a clean node:6 docker container in the github cloned directory works fine for me. However the npm run build fails during the browserify step on that machine, so I am a bit confused. @HackbrettXXX can you double-check the build, please?
This might be the problem:
npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21
I agree @yGuy. As we said in yWorks/jsPDF#10 I can't change the node version unfortunately.
As yWorks/jsPDF#10 has been closed because of a too old node version, this one can be closed too.
Running
npm install
on the master branch today gave me the following:Am I doing anything wrong?