Closed cawa-93 closed 3 years ago
The problem is associated with Rollup and Semver. Related:
In case anyone is looking for a workaround for this, just passing the extension's id
prop directly bypasses the version check altogether:
import installExtension, {VUEJS3_DEVTOOLS} from "electron-devtools-installer"
installExtension(VUEJS3_DEVTOOLS.id)
Recently, I started receiving the next Error on installing
VUEJS3_DEVTOOLS
extension:My code:
I also can't install any other extension.
Even if I change the range:
OR