Mendix SDK

1
  Hello, At the last step of setting up my own development environment by typing " tsd install when --save" at the command line and hit return I get a zero result message and no typings directory. I'm doing something wrong, please advise!!! regards, Ferry
asked
1 answers
1

TSD is deprecated, you could use Typings in the same way (https://github.com/typings/typings).

And in case the d.ts file is not in the repository that Typings could reach, you could copy and paste it to typings/ folder and add a reference from the tsd.d.ts and it should work.

answered