eclipse-agail / agile-sdk

JavaScript Agile IoT SDK
Eclipse Public License 2.0
2 stars 4 forks source link

/dist folder missing in latest push #40

Closed agribu closed 6 years ago

agribu commented 6 years ago

I installed the public available agile-sdk package, following the instruction: npm install --save agile-sdk in my nodejs project folder. However, after requiring the module in my nodejs project and executing it, the following message is displayed:

-Error: Cannot find module './dist/index.js'
craigmulligan commented 6 years ago

Hey @agribu, I just installed it and couldn't reproduce this, are you still seeing issues? If so could you send me a minimal project that reproduces the issue?

agribu commented 6 years ago

Seems to be fixed now. Closing this issue.