Ruben Suarez Alvarez
Ruben Suarez Alvarez
Please @eirslett Merge this change as I'm facing false ERROR logs in Maven running a 'npm install' on Ubuntu 17.10 with Node v8.9.4 (no errors running on command line).
Here is what I used to "manually" execute before using autorandr for my LG TV connected to VGA port: ```bash #!/bin/sh # LG Electronics LG Flatron 775FT xrandr --newmode "1920x1080_59.93"...
Yes, that's what I was doing. > The global preferences page should probably not validate the ng installation path. Probably that should be the best option for now (or only...
I'm experiencing the same behavior. Just created a new Angular project with latest version from http://oss.opensagres.fr/angular2-eclipse/1.3.0-SNAPSHOT/ After project creation (with Embedded node.js and Installed AngulaCLI 1.0.0) ends and a refresh...
Hello @angelozerr I issued (version 2.3.4 installed after that): `npm install typescript` Then (version 4.2.6 installed after that): `npm install @angular/language-service` Refreshed project but same behavior as before... Should I...
Ok, started again from clean Eclipse Oxigen JEE version. Installed all plugins from http://oss.opensagres.fr/angular2-eclipse/1.3.0-SNAPSHOT/. From Angular perspective --> New --> Angular project Embedded Node.js (node-v694-linux-x64) Install Angular CLI (1.2.0 which...
Save behavior using Angular CLI 1.1.3
Some extra info on this... I tried changing **TypeScript** preferences. _Preferences --> JavaScript --> TypeScript --> Runtime_: Checked "**Emulate load of tserver plugin?**" and "**Trace tsserver request/response on console?**" ![screenshot...
Ok, think I'm missing something... I checked https://github.com/angelozerr/tsserver-plugins , so done a: `npm install tsserver-plugins` then added to tsconfig.json: > "plugins": [ > { "name": "tslint-language-service"}, > { "name": "@angular/language-service"}...
Ummm... confused... Stopped **tsserver-plugins**, **keept tsconfig.json** modifications and seems that **app.component.html** still validates...