christianalfoni / react-app-boilerplate

React application boilerplate
303 stars 80 forks source link

JSX Gulp #6

Closed Serfenia closed 9 years ago

Serfenia commented 9 years ago

Hello,

I cloned your repo and installed all dependencies using 'npm install'.

Right after I tried to run the gulp command but getting errors on the JSX syntax?

Parsing file path/tol/Boilerplate/app/App.js: Unexpected token (7:3)

Regards, Patrick

christianalfoni commented 9 years ago

Hi there @Serfenia ,

That sounds really weird. It works fine when I run it locally. Have gotten other issues too, but not related to being able to run it at all. Hm, that is strange.

You running on windows? Maybe you should try using sudo npm install?

Serfenia commented 9 years ago

Hey @christianalfoni

Haha no not working on Windows. I just did a sudo install. Still getting the same error, seems that the reactify doesn't do it's work properly?

The CSS and Vendors are built btw.

christianalfoni commented 9 years ago

Hehe, got to ask ;-) What version of Node are you running?

tir. 10. mar. 2015 kl. 09.16 skrev Patrick van Vuuren < notifications@github.com>:

Hey @christianalfoni https://github.com/christianalfoni

Haha no not working on Windows. I just did a sudo install. Still getting the same error, seems that the reactify doesn't do it's work properly?

The Vendors are built btw.

— Reply to this email directly or view it on GitHub https://github.com/christianalfoni/react-app-boilerplate/issues/6#issuecomment-78011425 .

Serfenia commented 9 years ago

I just updated the version of Node. Appeared to be an older version. It works now, thanks!

christianalfoni commented 9 years ago

Great! :+1: