Hi Support
I have diligently followed every steps for the ASP.NET Core MVC & JQuery infrastructure until it failed just when I attempted to run the npm run create-bundles command. I first tried with a demo version and now with a live version running version 8.1.0 and .NET Core 3.0 with Visual Studio 2019, but it still does not work. I have attached the error message as a screenshot. Can you please help me get this sorted urgently?
It seems as though it's not finding the correct file and when I look at the package.json file, it is not contained where the output error indicates the missing file. Is there an easy way to fix this please?
Thank you very much.
Regards John
2 Answer(s)
-
0
Please try yarn and npm run create-bunldes commands in the web.mvc directory.
PS D:\aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Mvc> yarn yarn install v1.19.1 warning package.json: No license field warning [email protected]: No license field [1/4] Resolving packages... success Already up-to-date. Done in 0.34s. PS D:\aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Mvc> npm run create-bundles > [email protected] create-bundles D:\aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Mvc > gulp buildDev [10:38:03] Using gulpfile D:\aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Mvc\gulpfile.js [10:38:03] Starting 'buildDev'... Bundles are being created, please wait...
-
0
This issue is closed because it has not had recent activity for a long time.