building the library...
datumgeek opened this issue ยท 1 comments
datumgeek commented
this library is fantastic ๐
i copied the structure for a project i'm working on.
i noticed that in the package.json, none of the commands run tsd install
, but i had to do the following to get npm run all
to work without errors:
npm install -g tsd
tsd install
episage commented
That's right. It's the correct way as per in README.md
Closing this because of old age. If the issue persists, please let me know.