-
Notifications
You must be signed in to change notification settings - Fork 135
Update to be compatible with Node.js 0.12 #144
Comments
I would also be interested in running tsd with node 0.12.x |
@Tryio What version are you currently using? I haven't had any troubles, but I've mostly been running |
I used 0.12.0 and when I tried to install "tsd" it replied me that it needs NodeJS version greater than 0.6 and lesser than 0.11. I didn't re-tried recently, but I will do to check if everything is still the same. |
Here is a list of the warnings that I had during a recent install:
|
@Linicks Installing |
still doesn't work
|
@quantuminformation You're right, looks like someone already logged an issue on that package (Bartvds/joi-assert#2). However, I'm not sure if it'll be updated so the best action might be to refactor and bring it inline with |
How do I do that? @blakeembrey |
@quantuminformation You're welcome to submit a pull request, it'll mostly just be copying and pasting the code into this codebase and replacing previous references of |
tsd fails to install for me: If I run tsd in terminal I get: tsd command not found |
@quantuminformation It wouldn't be caused by this. Did you get any errors during installation? Do other node modules work for you (maybe you're bash path is incorrect)? |
@quantuminformation So your node modules are being installed globally to |
my path:
|
adding got tsd working, I reckon my other cli modules got installed somewhere else. |
@quantuminformation No worries 😄 Looks like your package directory has changed from |
Hi there! I just updated my Node to version 0.12, but it seems tsd is not compatible with it, any plan for this (maybe in the next version 6.x, but I wasn't able to find anything about it)? or any workaround?
The text was updated successfully, but these errors were encountered: