Local SharePoint instance Not getting Created

I was trying to install pdftron in SharePoint online application. After the “npm run init” command the SharePoint local instance is not up. What step am I missing here.

Hi,

Do you have node and npm installed? And do you see any errors in you console? Thanks.

Wanbo

Yes, I have installed node. Below are the errors which are getting generated
npm ERR! code EINTEGRITY
npm ERR! sha512-uoCwA0Ueqd7DdAGaUPdCB8aVKgZNr5JMJeBkR70EJx04eyGofp7TB+AvIE5oQdzVtnruBR8oSONgnP2kWI+Msg== integrity checksum failed when using sha512: wanted sha512-uoCwA0Ueqd7DdAGaUPdCB8aVKgZNr5JMJeBkR70EJx04eyGofp7TB+AvIE5oQdzVtnruBR8oSONgnP2kWI+Msg== but got sha512-91vKkxGZmRf6sH/jrCosMR7T+kN+6BWWN9BqlFeYrzTpMuTEVXvBlCCLmux4NW7LGZq8FNrb/jLBIs7zkeoU1A==. (53291407 bytes)

I just searched the error and found this page - node.js - When I run `npm install`, it returns with `ERR! code EINTEGRITY` (npm 5.3.0) - Stack Overflow
You can take a look and try the suggested approaches.
Thanks.