edge
edge copied to clipboard
Installing Edge.Js from nuget
Trying to install the Edge.Js nuget package and it seem to be stuck on a loop From Package manager Console
PM> install-Package Edge.js Installing 'Edge.js 0.9.2'. Successfully installed 'Edge.js 0.9.2'. Adding 'Edge.js 0.9.2' to Web. Successfully added 'Edge.js 0.9.2' to Web. Try set double_edge.js RecurseOn double_edge.js Try set RecurseOn Try set RecurseOn Try set RecurseOn Try set RecurseOn Try set RecurseOn Try set
That keeps on repeating.
More info: The RecurseOn is happening when I try to install in a website.
When its installed on web application it works. PM> Install-Package edge.js Installing 'Edge.js 0.9.2'. Successfully installed 'Edge.js 0.9.2'. Adding 'Edge.js 0.9.2' to WebApplication1. Successfully added 'Edge.js 0.9.2' to WebApplication1. Try set double_edge.js Try set edge.js Try set x64 RecurseOn x64 Try set edge.node Try set node.dll Try set x86 RecurseOn x86 Try set edge.node Try set node.dll
I got this, also in a website project.
same problem. its using up a lot of my system resources. Restarting visual studio stopped the recursive process I think.
Bug still present as of 2019.