Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean install fail #105

Open
gbacskai opened this issue Jun 25, 2018 · 1 comment
Open

Clean install fail #105

gbacskai opened this issue Jun 25, 2018 · 1 comment

Comments

@gbacskai
Copy link

computer:~ username$ git clone https://github.com/transistorsoft/cordova-background-geolocation-SampleApp.git
Cloning into 'cordova-background-geolocation-SampleApp'...
remote: Counting objects: 2007, done.
remote: Total 2007 (delta 0), reused 0 (delta 0), pack-reused 2007
Receiving objects: 100% (2007/2007), 15.70 MiB | 2.50 MiB/s, done.
Resolving deltas: 100% (1136/1136), done.

npm insalll
...
Installed to /Users/username/cordova-background-geolocation-SampleApp/node_modules/node-sass/vendor/darwin-x64-64/binding.node
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.

added 869 packages from 710 contributors and audited 3631 packages in 120.842s
found 4 low severity vulnerabilities
run npm audit fix to fix them, or npm audit for details

sudo npm install -g cordova ionic

computer:cordova-background-geolocation-SampleApp gbacskai$ sudo npm install -g cordova ionic
Password:
/usr/local/bin/cordova -> /usr/local/lib/node_modules/cordova/bin/cordova
/usr/local/bin/ionic -> /usr/local/lib/node_modules/ionic/bin/ionic

ionic cordova prepare ios
.....

cordova prepare ios

[12:56:37] tslint: src/pages/home/home.ts, line: 14
'DEFAULT_USERNAME' is declared but never used.

  L13:  // Default tracking server username if use doesn't provide one.
  **L14:  const DEFAULT_USERNAME = "cordova-anonymous";**

[12:56:37] tslint: src/pages/advanced/advanced.ts, line: 112
Property 'testService' is declared but never used.

 L111:      public settingsService: SettingsService,
 **L112:      private testService: TestService) {**

[12:56:37] tslint: src/pages/advanced/advanced.ts, line: 653
'bgGeo' is declared but never used.

 L652:  console.log('[event] - motionchange: ', isMoving, location);
 **L653:  let bgGeo = this.bgService.getPlugin();**
 L654:  if (isMoving) {

[12:56:37] lint finished in 3.33 s

@christocracy
Copy link
Member

You can safely ignore these warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants