flickr / flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser
https://www.flickr.com/services/api
MIT License
131 stars 29 forks source link

fix: correct `tsc` script #162

Closed seleb closed 11 months ago

seleb commented 11 months ago

the typecheck script here is using npx in order to run tsc, but this may attempt to install and run tsc, which is actually a separate npm package that will just warn you to install typescript instead.