You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed vfox via scoop: scoop install vfox. A prior issue on the vfox main repo discusses more about my vfox environment, which uses msy2 bash: version-fox/vfox#172
As shown below, vfox install nodejs failed with this message:
Please use `vfox install nodejs@<version>` to install the version you need.
plugin [PreInstall] method error: C:\Users\ben\.version-fox\plugin\nodejs\hooks\pre_install.lua:23: cannot perform concat operation between string and nil
stack traceback:
C:\Users\ben\.version-fox\plugin\nodejs\hooks\pre_install.lua:23: in main chunk
[G]: ?
Maybe it was supposed to fail and you have to specify a version? I think some spacing and tweak to the wording could help then.
ben@lenovo-legion dotfiles [master]$ vfox install nodejs
[nodejs] not added yet, confirm that you want to use [nodejs]?
Please confirm [y/N]: Yes
Fetching plugin manifest...
Downloading https://github.com/version-fox/vfox-nodejs/releases/download/v0.2.2/vfox-nodejs-0.2.2.zip...
Validating C:\Users\ben\.version-fox\plugin\vfox-nodejs-0.2.2.zip ...
Plugin info:
Name -> nodejs
Version -> 0.2.2
Homepage -> https://github.com/version-fox/vfox-nodejs
Desc -> Node.js runtime environment.
Add nodejs plugin successfully!
Please use `vfox install nodejs@<version>` to install the version you need.
plugin [PreInstall] method error: C:\Users\ben\.version-fox\plugin\nodejs\hooks\pre_install.lua:23: cannot perform concat operation between string and nil
stack traceback:
C:\Users\ben\.version-fox\plugin\nodejs\hooks\pre_install.lua:23: in main chunk
[G]: ?
ben@lenovo-legion dotfiles [master]$ vfox add nodejs
plugin nodejs already exists
ben@lenovo-legion dotfiles [master]$ vfox install nodejs
plugin [PreInstall] method error: C:\Users\ben\.version-fox\plugin\nodejs\hooks\pre_install.lua:23: cannot perform concat operation between string and nil
stack traceback:
C:\Users\ben\.version-fox\plugin\nodejs\hooks\pre_install.lua:23: in main chunk
[G]: ?
ben@lenovo-legion dotfiles [master]$ vfox install nodejs@16
Preinstalling nodejs@16.20.2...
Downloading... 100% [=====================================================================================================================] (30 MB/s)
Verifying checksum f8bb35f6c08dc7bf14ac753509c06ed1a7ebf5b390cd3fbdc8f8c1aedd020ec3...
Unpacking C:\Users\ben\.version-fox\cache\nodejs\node-v16.20.2-win-x64.zip...
Install nodejs@16.20.2 success!
Please use vfox use nodejs@16.20.2 to use it.
ben@lenovo-legion dotfiles [master]$
The text was updated successfully, but these errors were encountered:
I installed vfox via scoop:
scoop install vfox
. A prior issue on the vfox main repo discusses more about my vfox environment, which uses msy2 bash: version-fox/vfox#172As shown below,
vfox install nodejs
failed with this message:Maybe it was supposed to fail and you have to specify a version? I think some spacing and tweak to the wording could help then.
The text was updated successfully, but these errors were encountered: