iron-meteor / iron-cli

A scaffolding command line tool for Meteor applications.
640 stars 82 forks source link

update for meteor 1.2.0.2 and nodejs 4.1.1 #210

Closed ghost closed 8 years ago

ghost commented 8 years ago

meteor v1.2.0.2 released. nodejs v4.1.1 released. pls update iron-cli for them. thx and add File Structure for Special Directories for meteor 1.2.0.2 for example: client/compatibility test

RiaanOos commented 8 years ago

Could this be the reason for my issue #211 ? I have both the latest versions of Meteor and Node installed on my machine

ghost commented 8 years ago

iron-cli now cannot work with nodejs v4.1.1 on windows

RiaanOos commented 8 years ago

Thank you so much for that. I downgraded to v0.12.7 of nodejs and I finally got iron-cli installed!

paulgrever commented 8 years ago

@spyhole is iron-cli not compatible with nodejs v4.1.0 on mac too? I am having issues running it.

ghost commented 8 years ago

@paulgrever I also recently updated to Node v4.1. Uninstalling old versions of Node wiped out my global npm packages. Try reinstalling iron: npm install -g iron-cli. I have Meteor 1.2.0.1 working on OS X and iron started my app after I reinstalled it.

chrisbutler commented 8 years ago

@spyhole so does meteor itself support node 4?

ghost commented 8 years ago

@chrisbutler to see this :8ball: , https://github.com/meteor/meteor/issues/5283

chrisbutler commented 8 years ago

meteor doesn't support node > 0.12, and so neither does iron