We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Если в новой версии пакета удалены файлы, то при установке/обновлении пакета opm i/u ххх они остаются в папке пакета.
opm i/u ххх
Пример проблемы:
v8unpaсk 1.0.6
PS C:\Users\nadulich> vrunner --help {Модуль C:\Users\nadulich\AppData\Local\ovm\current\lib\vanessa-runner\oscript_modules\v8unpack\package-loader.os / Ошибка в строке: 6 / Внешнее исключение (System.Exception): Error loading assemblies: Inner exception [0]System.TypeLoadException: Could not load type 'ScriptEngine.Machine.Contexts.ICollectionContext' from assembly 'ScriptEngine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'. Inner exception [1]System.TypeLoadException: Could not load type 'ScriptEngine.Machine.IValue' from assembly 'ScriptEngine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'. }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Если в новой версии пакета удалены файлы, то при установке/обновлении пакета
opm i/u ххх
они остаются в папке пакета.Пример проблемы:
v8unpaсk 1.0.6
удален файл lib.config, но он остается в папке и приводит к ошибке загрузки библиотеки в onescript 2.0The text was updated successfully, but these errors were encountered: