hub-node-core icon indicating copy to clipboard operation
hub-node-core copied to clipboard

package doesn't compile typescript on npm install

Open dstrockis opened this issue 7 years ago • 0 comments

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.

dstrockis avatar Nov 14 '18 23:11 dstrockis