mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Call to Node module failed with error: If you use aspnet-prerendering >= 2.0.0, you must update your server-side boot module to call createServerRenderer. Either update your boot module code, or revert to aspnet-prerendering version 1.x #1070
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YuriiNskyi on 1/31/2017
The title of issue is self-descriptive.
My
webpack.config:My
boot-server.js:I've ran
webpackcommand,dotnet restorealso.Then, when I'm trying to run project from VIsual Studio, it gives me error:
It doesn't depend whether I'm running project from Visual Studio or simply
dotnet runfrom console.What should I do? This guide isn't really helpful, because there is no difference between my solution and proposed.