icfnext / iron

Iron (Fe) is an opinionated yet flexible FrontEnd development framework
Other
26 stars 5 forks source link

issue while creating a new project with iron #6

Open kalyan21 opened 8 years ago

kalyan21 commented 8 years ago

Using : Node 6.3.0 npm 3.10.3 iron 2.0.0

image

And after installing npm install iron-fe -g when i try to run

iron testui

i am getting following error

image So i have created a folder called lib/templates in my D: drive Then again i have given

iron testui

But i am getting following error

image

benwestrate commented 8 years ago

@kalyan21 what operating system are you on? I assume windows but which version?

kalyan21 commented 8 years ago

@benwestrate Windows 10. I have tried in windows 7 as well. Still the same issue.

Thanks, Kalyan

benwestrate commented 8 years ago

@kalyan21 I think that it may be a result of windows using a '\' vs unix using '/' for file paths. I can take a look and try to get this fixed but it may be a week or so before I get to it. If you want to take a whack at it go for it.

benwestrate commented 8 years ago

@kalyan21 if you update your local version of iron does this fix your issue?

kalyan21 commented 8 years ago

@benwestrate I have installed new iron-fe but when i try to check for version it is showing 2.0.6 and still i am getting some error. But in npmjs.com i could see 2.0.7 is the latest version. I have uninstalled and installed multiple times but still the same problem and i am using latest version of node and npm.

image