Receiving errors for attempts to run npm install no modification of code or attempts to do anything with the project when this happens. Started as git clone on windows.
using node 8.10.0
c:\Code\pdfkit>npm install
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
> pdfkit@0.8.3 prepublish c:\Code\pdfkit
> make js
'make' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pdfkit@0.8.3 prepublish: `make js`
npm ERR! Exit status 1
npm ERR!
There are more warnings and errors but this is the showstopper.
Receiving errors for attempts to run
npm installno modification of code or attempts to do anything with the project when this happens. Started as git clone on windows.using node 8.10.0
There are more warnings and errors but this is the showstopper.