I tried to install - npm install square and nothing happens, is this still a feature. I was following these directions - https://developer.squareup.com/docs/sdks/nodejs/quick-start - but the module is just hanging and never loads.
Hi! Yes, npm install square is still supported (latest version is 45.0.1). If the install is hanging, try running npm install square --verbose to see where it’s getting stuck. It’s likely a local network or cache issue rather than a package problem. Clearing your cache with npm cache clean --force and retrying often resolves it. Also worth checking that npm config get registry returns https://registry.npmjs.org/ in case a proxy or mirror is interfering.