Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

npm package is broken because it doesn't include dist/ #6

Closed
mwiencek opened this issue Sep 4, 2015 · 3 comments
Closed

npm package is broken because it doesn't include dist/ #6

mwiencek opened this issue Sep 4, 2015 · 3 comments

Comments

@mwiencek
Copy link
Contributor

mwiencek commented Sep 4, 2015

The npm package is currently broken because it doesn't include the dist/ folder: http://registry.npmjs.org/tsmonad/-/tsmonad-0.3.2.tgz

$ node
> var TsMonad = require('tsmonad');
Error: Cannot find module 'tsmonad'
@cbowdon
Copy link
Owner

cbowdon commented Sep 22, 2015

Damn, thank you. Fix shortly. Obviously in the interim you can grab the source from here.

@cbowdon
Copy link
Owner

cbowdon commented Sep 26, 2015

Ok, give npm install tsmonad@0.3.7 a whirl - as far as I can see that resolves it. Let me know if there's anything else. Thanks for raising this.

@cbowdon cbowdon closed this as completed Sep 26, 2015
@mwiencek
Copy link
Contributor Author

mwiencek commented Oct 6, 2015

Yup, it's working now, thanks! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants