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 1 year ago

seleb commented 1 year 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.