qkcire / postig

Electron app that prints 4x6 shipping labels using Stamps.com's Web Service API
GNU General Public License v3.0
3 stars 2 forks source link

Can i ask what node version is needed? #11

Open PengIvanSun opened 5 years ago

PengIvanSun commented 5 years ago

I am using node v8.11.1

when running npm install, i got

npm WARN postig@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@1.0.1 (node_modules/7zip-bin-mac): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Unexpected token < in JSON at position 0 while parsing near '<!DOCTYPE html PUBLI...'

npm ERR! Unexpected token < in JSON at position 0 while parsing near '<!DOCTYPE html PUBLI...'

Do you happen to know why?

Thanks