tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+

Home Page:https://www.npmjs.com/package/cordova-plugin-wifiwizard2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't fetch plugin

Sumbersss opened this issue · comments

Prerequisites

Check all boxes if you have done the following:

Issue type

Select all that apply

  • Bug
  • Enhancement
  • Task
  • Question
  • Other

Description

Can't fetch plugin from cordova anymore

Steps to Reproduce

  1. with the command line cordova plugin add cordova-plugin-wifiwizard2

Expected behavior: should download the plugin

Actual behavior: `ionic cordova plugin add cordova-plugin-wifiwizard2

cordova plugin add cordova-plugin-wifiwizard2 --save
Failed to fetch plugin git+https://github.com/tripflex/wifiwizard2.git via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Failed to get absolute path to installed module
[ERROR] An error occurred while running subprocess cordova.

    cordova plugin add cordova-plugin-wifiwizard2 --save exited with exit code 1.
    
    Re-running this command with the --verbose flag may provide more information.

`

Reproduces how often: 100%

Versions

3.1.0

Additional Information

Has this problem been solved? If not solved, try using this cmd code

cordova plugin add https://github.com/tripflex/WifiWizard2.git

Very happy to help anyone, good luck!

commented

Its not working for me. I am using cordova android 8.0.0

ionic cordova plugin add cordova-plugin-wifiwizard2 gives me

ionic cordova plugin add cordova-plugin-wifiwizard2 > cordova plugin add cordova-plugin-wifiwizard2 --save (node:13860) UnhandledPromiseRejectionWarning: CordovaError: Failed to fetch plugin git+https://github.com/tripflex/WifiWizard2.git via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Failed to get absolute path to installed module

ionic cordova plugin add wifiwizard2 gives me an older version. I want v3.1.1

ionic cordova plugin add wifiwizard2#master gives me an older version. I want v3.1.1
I get same error