WifiWizard2 icon indicating copy to clipboard operation
WifiWizard2 copied to clipboard

3.2.0 install issue

Open OmarChaar opened this issue 5 years ago • 2 comments

Hello, Im trying to install the dev version 3.2.0 using the provided link --> cordova plugin add https://github.com/tripflex/wifiwizard2#v3.2.0 but it doesn't work Error: Failed to fetch plugin https://github.com/tripflex/wifiwizard2#v3.2.0 via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection and plugin name/version/URL. Error: npm: Command failed with exit code 1 Error output: npm ERR! code 1 npm ERR! Command failed: git checkout v3.2.0 npm ERR! error: pathspec 'v3.2.0' did not match any file(s) known to git npm ERR!

npm ERR! A complete log of this run can be found in: npm ERR! /Users/mac/.npm/_logs/2020-08-04T09_28_57_831Z-debug.log

OmarChaar avatar Aug 04 '20 09:08 OmarChaar

This is because there is no 3.2.0 version or tag: https://github.com/tripflex/WifiWizard2#master

If you want to use dev version use #dev but i'm not sure what the current state of dev is based on the PRs that have been merged recently

tripflex avatar Oct 12 '20 15:10 tripflex

Ahh i see where the issue is, the old readme had to use that hash, if you want to use that branch just change it to

https://github.com/tripflex/wifiwizard2#dev

tripflex avatar Oct 12 '20 15:10 tripflex