Same result for creating the project with Ionic CLI by the way:

```
C:\Projects\experiments
λ ionic start geolocationProof2

Let's pick the perfect starter template!

Starter templates are ready-to-go Ionic apps that come packed with everything 
you need to build your app. To bypass this
prompt next time, supply template, the second argument to ionic start.

? Starter template: blank
√ Preparing directory .\geolocationProof2 - done!
√ Downloading and extracting blank starter - done!
? Integrate your new app with Cordova to target native iOS and Android? No

Installing dependencies may take several minutes.

     *   IONIC  DEVAPP   *

 Speed up development with the Ionic DevApp, our fast, on-device testing mobile 
app

  -     Test on iOS and Android without Native SDKs
  -     LiveReload for instant style and JS updates

 -->    Install DevApp: https://bit.ly/ionic-dev-app    <--

────────────────────────────────────────────────────────────

> npm i

> [email protected] install 
> C:\Projects\experiments\geolocationProof2\node_modules\node-sass
> node scripts/install.js

Cached binary found at 
C:\Users\Jan\AppData\Roaming\npm-cache\node-sass\4.9.0\win32-x64-64_binding.node

> [email protected] postinstall 
> C:\Projects\experiments\geolocationProof2\node_modules\uglifyjs-webpack-plugin
> node lib/post_install.js


> [email protected] postinstall 
> C:\Projects\experiments\geolocationProof2\node_modules\node-sass
> node scripts/build.js

Binary found at 
C:\Projects\experiments\geolocationProof2\node_modules\node-sass\vendor\win32-x64-64\binding.node
Testing binary
Binary is fine
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] 
(node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 
[email protected]: wanted {"os":"darwin","arch":"any"} (current: 
{"os":"win32","arch":"x64"})

added 738 packages from 660 contributors and audited 6209 packages in 58.329s
found 0 vulnerabilities

> git init
Initialized empty Git repository in 
C:/Projects/experiments/geolocationProof2/.git/

     *   IONIC  PRO   *

 Supercharge your Ionic development with the Ionic Pro SDK

  -     Track runtime errors in real-time, back to your original TypeScript
  -    Push remote updates and skip the app store queue

 Learn more about Ionic Pro: https://ionicframework.com/pro

────────────────────────────────────────────────────────────

? Install the free Ionic Pro SDK and connect your app? No
> git add -A
warning: LF will be replaced by CRLF in .editorconfig.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in .gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in ionic.config.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in package-lock.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in package.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/app/app.component.ts.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/app/app.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/app/app.module.ts.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/app/app.scss.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/app/main.ts.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/manifest.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/pages/home/home.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/pages/home/home.scss.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/pages/home/home.ts.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/service-worker.js.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in src/theme/variables.scss.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in tsconfig.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in tslint.json.
The file will have its original line endings in your working directory.
> git commit -m "Initial commit" --no-gpg-sign
[master (root-commit) c29e72c] Initial commit
 21 files changed, 7188 insertions(+)
 create mode 100644 .editorconfig
 create mode 100644 .gitignore
 create mode 100644 ionic.config.json
 create mode 100644 package-lock.json
 create mode 100644 package.json
 create mode 100644 src/app/app.component.ts
 create mode 100644 src/app/app.html
 create mode 100644 src/app/app.module.ts
 create mode 100644 src/app/app.scss
 create mode 100644 src/app/main.ts
 create mode 100644 src/assets/icon/favicon.ico
 create mode 100644 src/assets/imgs/logo.png
 create mode 100644 src/index.html
 create mode 100644 src/manifest.json
 create mode 100644 src/pages/home/home.html
 create mode 100644 src/pages/home/home.scss
 create mode 100644 src/pages/home/home.ts
 create mode 100644 src/service-worker.js
 create mode 100644 src/theme/variables.scss
 create mode 100644 tsconfig.json
 create mode 100644 tslint.json

[INFO] Next Steps:

       - Go to your newly created project: cd .\geolocationProof2
       - Get Ionic DevApp for easy device testing: https://bit.ly/ionic-dev-app

C:\Projects\experiments
λ cd geolocationProof2

C:\Projects\experiments\geolocationProof2 (master -> origin)
λ ionic cordova platform add [email protected]
> ionic integrations enable cordova
[INFO] Downloading integration cordova
[INFO] Copying integrations files to project
CREATE config.xml
CREATE resources
CREATE resources\android
CREATE resources\icon.png
CREATE resources\ios
CREATE resources\README.md
CREATE resources\splash.png
CREATE resources\android\icon
CREATE resources\android\splash
CREATE resources\ios\icon
CREATE resources\ios\splash
CREATE resources\android\icon\drawable-hdpi-icon.png
CREATE resources\android\icon\drawable-ldpi-icon.png
CREATE resources\android\icon\drawable-mdpi-icon.png
CREATE resources\android\icon\drawable-xhdpi-icon.png
CREATE resources\android\icon\drawable-xxhdpi-icon.png
CREATE resources\android\icon\drawable-xxxhdpi-icon.png
CREATE resources\android\splash\drawable-land-hdpi-screen.png
CREATE resources\android\splash\drawable-land-ldpi-screen.png
CREATE resources\android\splash\drawable-land-mdpi-screen.png
CREATE resources\android\splash\drawable-land-xhdpi-screen.png
CREATE resources\android\splash\drawable-land-xxhdpi-screen.png
CREATE resources\android\splash\drawable-land-xxxhdpi-screen.png
CREATE resources\android\splash\drawable-port-hdpi-screen.png
CREATE resources\android\splash\drawable-port-ldpi-screen.png
CREATE resources\android\splash\drawable-port-mdpi-screen.png
CREATE resources\android\splash\drawable-port-xhdpi-screen.png
CREATE resources\android\splash\drawable-port-xxhdpi-screen.png
CREATE resources\android\splash\drawable-port-xxxhdpi-screen.png
CREATE resources\ios\icon\icon-1024.png
CREATE resources\ios\icon\icon-40.png
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\icon-50.png
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\icon-60.png
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\icon-72.png
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\icon-76.png
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\icon-small.png
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\icon\icon.png
CREATE resources\ios\icon\[email protected]
CREATE resources\ios\splash\Default-568h@2x~iphone.png
CREATE resources\ios\splash\Default-667h.png
CREATE resources\ios\splash\Default-736h.png
CREATE resources\ios\splash\Default-Landscape-736h.png
CREATE resources\ios\splash\Default-Landscape@2x~ipad.png
CREATE resources\ios\splash\Default-Landscape@~ipadpro.png
CREATE resources\ios\splash\Default-Landscape~ipad.png
CREATE resources\ios\splash\Default-Portrait@2x~ipad.png
CREATE resources\ios\splash\Default-Portrait@~ipadpro.png
CREATE resources\ios\splash\Default-Portrait~ipad.png
CREATE resources\ios\splash\Default@2x~iphone.png
CREATE resources\ios\splash\Default@2x~universal~anyany.png
CREATE resources\ios\splash\Default~iphone.png
[OK] Integration cordova added!
√ Creating .\www directory for you - done!
> cordova platform add [email protected] --save
Using cordova-fetch for [email protected]
Adding android project...
Creating Cordova project for the Android platform:
        Path: platforms\android
        Package: io.ionic.starter
        Name: MyApp
        Activity: MainActivity
        Android target: android-27
Android project created with [email protected]
Android Studio project detected
Android Studio project detected
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the 
project
Installing "cordova-plugin-whitelist" for android

               This plugin is only applicable for versions of cordova-android 
greater than 4.0. If you have a previous platform version, you do *not* need 
this plugin since the whitelist will be built in.

Adding cordova-plugin-whitelist to package.json
Saved plugin info for "cordova-plugin-whitelist" to config.xml
Discovered plugin "cordova-plugin-statusbar" in config.xml. Adding it to the 
project
Installing "cordova-plugin-statusbar" for android
Adding cordova-plugin-statusbar to package.json
Saved plugin info for "cordova-plugin-statusbar" to config.xml
Discovered plugin "cordova-plugin-device" in config.xml. Adding it to the 
project
Installing "cordova-plugin-device" for android
Adding cordova-plugin-device to package.json
Saved plugin info for "cordova-plugin-device" to config.xml
Discovered plugin "cordova-plugin-splashscreen" in config.xml. Adding it to the 
project
Installing "cordova-plugin-splashscreen" for android
Adding cordova-plugin-splashscreen to package.json
Saved plugin info for "cordova-plugin-splashscreen" to config.xml
Discovered plugin "cordova-plugin-ionic-webview" in config.xml. Adding it to 
the project
Installing "cordova-plugin-ionic-webview" for android
Subproject Path: CordovaLib
Subproject Path: app
Adding cordova-plugin-ionic-webview to package.json
Saved plugin info for "cordova-plugin-ionic-webview" to config.xml
Discovered plugin "cordova-plugin-ionic-keyboard" in config.xml. Adding it to 
the project
Installing "cordova-plugin-ionic-keyboard" for android
Adding cordova-plugin-ionic-keyboard to package.json
Saved plugin info for "cordova-plugin-ionic-keyboard" to config.xml
--save flag or autosave detected
Saving android@~7.1.1 into config.xml file ...

C:\Projects\experiments\geolocationProof2 (master -> origin)
λ ionic cordova plugin add cordova-plugin-geolocation
> cordova plugin add cordova-plugin-geolocation --save
Installing "cordova-plugin-geolocation" for android
Android Studio project detected
Adding cordova-plugin-geolocation to package.json
Saved plugin info for "cordova-plugin-geolocation" to config.xml
```

[ Full content available at: 
https://github.com/apache/cordova-plugin-geolocation/issues/116 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to