Jan Kowalski
Jan Kowalski
I faced exactly the same problems. There is no syntax highlighting and parsing doesn't work. I use STS 3.8 based on JUNO, installed newset xtext 2.3.1 I use ubuntu 12.04
Fine, thanks for reaction. I might not know how to configure eclipse exactly? (added your plugin and xtext)
I have a problem with this one, I managed to verify solution, code is being copied from solutions dir. But I see proper html file only after first page load...
I have a problem with this one, I managed to verify solution, code is being copied from solutions dir. But I see proper html file only after first page load...
yes, I copied from your repo: ``` "dependencies": { "babel": "^5.8.23", "babelify": "~7.2.0", "babel-preset-react": "~6.1.18", "babel-preset-es2015": "~6.1.18", "body-parser": "~1.12.3", "browserify": "~10.1.3", "express": "~4.12.3", "express-react-views": "~0.9.0", "react": "~0.14.0", "reactify": "~1.1.1", "react-dom":...
Yes and that is how it works, now :( 26.01.2017 5:23 AM "Luis Del Aguila" napisał(a): > @hanskoff I just tried that and I'm having > the same problem as...
hmm, thanks for hint but this time after refresh I see :( ``` $ node program.js 3000 Milk 13:00 (node:80175) DeprecationWarning: Using Buffer without `new` will soon stop working. Use...
Damn, that works like charm! thx ;) so maybe that will work with newer babel/react versions? not those specific? will check... and no, it doesn't work I fall into https://github.com/gulpjs/gulp/issues/1359...
that is soo cool! great, thx 2017-02-02 6:39 GMT+01:00 Kaz : > Nice trial! > I also updated all packages to the latest version, and I had some errors. >...
I added this in my build.gradle task bowerInstall(type:Exec){ commandLine './node_modules/bower/bin/bower', 'install' } //process your bower.json after node deps install bowerInstall.dependsOn 'npmInstall' and it works for now