When I use Yarn in an ASP.NET Core 2.1 Web Application to add a package, e.g., jquery-autocomplete
, it removes the existing packages already installed. Why is it doing that? Does it have something to do with Popper.js
, which seems to be a dependency of the package I want to install when this happens?
At the command prompt in the project root I typed:
yarn add --modules-folder=wwwroot\lib autocomplete