Можно так:
(Get-Process | Where-Object { $_.Name -eq 'FastExecuteScript' -and $_.MainWindowTitle -like '*MyCoolProgram*' } | Select-Object -ExpandProperty MainWindowTitle) -replace '.*\((.*)\).*', '$1'Выведет:
0.1.51Приветствую!
Вопрос:
Можно ли обновить версию node.js c 18.10.0 до 18.17.0.
Потому как нужный модуль "sharp" работает только с ^18.17.0
Error: Could not load the "sharp" module using the win32-x64 runtime Possible solutions: - Please upgrade Node.js: Found 18.10.0 Requires ^18.17.0 || ^20.3.0 || >=21.0.0 - Consult the installation documentation: See https://sharp.pixelplumbing.com/install
Sharp 0.32.1