Nikos
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:  
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: 
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