actions-on-google / actions-on-google-testing-nodejs

Apache License 2.0
75 stars 18 forks source link

Cannot find module 'actions-on-google-testing' #18

Closed tungnh91 closed 6 years ago

tungnh91 commented 6 years ago
screen shot 2018-08-20 at 5 45 28 pm

I've followed the instruction to setup the test, and I ran into this issue. I've tried to npm install --save actions-on-google-testing but the issue remains. Is there anything else that I should do to overcome this?

Thanks

yoichiro commented 6 years ago

@tungnh91 I could reproduce this situation on v0.2.0. I'm investigating this reason. Thank you for the reporting. :)

yoichiro commented 6 years ago

I investigated this reason. Unfortunately, the npm package of the version 0.2.0 doesn't include the dist directory...

2018-08-21 11 12 13

@Fleker @Canain Could you re-package and re-release the version 0.2.0? Perhaps, we need to increase the version number to 0.2.1... Anyway, can you do that?

Fleker commented 6 years ago

Sorry for the issue. We've done a small patch. 0.2.1 should have everything inside.

Happy developing :+1:

yoichiro commented 6 years ago

@Fleker Thank you for the quick re-release! I just confirmed that the version 0.2.1 works.