Nikos

Results 224 comments of Nikos

still doesn't work ```npm WARN engine [email protected]: wanted: {"node":">= 0.10.0

How do I do that? @blakeembrey

tsd fails to install for me: `npm install tsd -g` If I run tsd in terminal I get: tsd command not found

other node modules work fine, I didn't get errors, this is what happened on install: ![image](https://cloud.githubusercontent.com/assets/216566/8251105/a05595e2-1671-11e5-8ce5-058c0021a242.png) ![image](https://cloud.githubusercontent.com/assets/216566/8251123/c5ea7ade-1671-11e5-9474-e4fec8dd9bcf.png)

my path: `/Users/nikos/.npm-packages/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin` `bash_profile` : NPM_PACKAGES="/Users/nikos/.npm-packages" NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH" PATH="$NPM_PACKAGES/bin:$PATH"

adding export PATH=/Users/nikos/.node/bin:$PATH got tsd working, I reckon my other cli modules got installed somewhere else. thanks!

Thanks, this is what I have: ![image](https://cloud.githubusercontent.com/assets/216566/8253257/01c14592-1686-11e5-94f6-05c237649a02.png)

wow people still use this!

We just came across this, inside IE11. We are using it in a React project using https://github.com/wmonk/create-react-app-typescript. The polyfill gets the app working and we are not sure what it...

Possibly we could ask to have this project moved to the ember-cli organisation where more people could help contribute. ## Kind regards Nikos