Building an SDK with TypeScript
An SDK (Software Development Kit) is a collection of software development tools in one installable package. An SDK can include libraries, APIs, and sample code for a specific platform or programming language. SDKs are used to help developers build ap...
durgadas.in6 min read
This is a great article. Slight changes from the youtube video.
I am getting stuck trying to import the library into the other test repo. I keep getting this error when importing
Module not found: Can't resolve '@durgadas/sdk-demo'I made few changes to the repo, including names/types/functionality, and got the same issue. I reverted all my changes back, and just checked out the code from the linked repo. But the error persisted.
Would you happen to have any pointers on what might be the issue? And/or where to look for a solution?