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
RunYarn() and RunNpmInstall() will never be executed, because includePreviews and switchToStable is always false.
This is my logs:
[22:57:49 INF] Checking installed npm global packages...
[22:57:58 INF] Updated @abp/aspnetcore.mvc.ui.theme.basic to ~3.0.1 in \sample\MyProject\aspnet-core\src\MyProject.Web\package.json.
[22:57:59 INF] Running Gulp on D:\Projects\EasyAbp\EasyAbp.GiftCardManagement\sample\MyProject\aspnet-core\src\MyProject.Web\
[�[90m22:58:04�[39m] Using gulpfile D:\Projects\EasyAbp\EasyAbp.GiftCardManagement\sample\MyProject\aspnet-core\src\MyProject.Web\gulpfile.js
[�[90m22:58:04�[39m] Starting 'default'...
[�[90m22:58:07�[39m] Finished 'default' after 3.58 s
The text was updated successfully, but these errors were encountered:
@yekalkan This problem is related to the commit: d8a8d0f#diff-e057c9d8e81acf62fac9f55ea6980e05R75-R79
abp/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/NpmPackagesUpdater.cs
Lines 70 to 79 in 40efc0a
abp/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/UpdateCommand.cs
Lines 49 to 52 in a78702d
RunYarn()
andRunNpmInstall()
will never be executed, becauseincludePreviews
andswitchToStable
is alwaysfalse
.This is my logs:
The text was updated successfully, but these errors were encountered: