hub-node-core
hub-node-core copied to clipboard
package doesn't compile typescript on npm install
The main property in this package references dist/index.js, which doesn't exist until tsc is run. Unfortunately when I installed the packaged via NPM, tsc didn't run automatically. Thus when I tried to import the package I got a "can't find package @decentralizedidentity/hub-node-core" error.