lhtrang

Results 3 comments of lhtrang

I extract code snippet from [sonar-scanner-executable.js](https://github.com/bellingard/sonar-scanner-npm/blob/master/dist/sonar-scanner-executable.js#L99) ``` var baseUrl = process.env.SONAR_SCANNER_MIRROR || process.env.npm_config_sonar_scanner_mirror || SONAR_SCANNER_MIRROR ``` You can see the value of sonar_scanner_mirror in .npmrc file is extracted from process.env.npm_config_sonar_scanner_mirror...

I did some investigations. Hope it helps **Ionic version** @ionic/angular 4.11.1 **Actual result** I have 2 pages: Welcome, Login and I just navigate forward, don't have any back navigation. **Scenario...

Hi @bsautel, thanks for responding. There are some updates in Intellij IDE ticket https://youtrack.jetbrains.com/issue/WEB-40017#focus=streamItem-27-4169014.0-0 so I would like to wait until they have final decision. It might be Intellij IDE...