How to install a package that depends on another package that has “target projects”?

I am having problems setting up the yeomen. I keep getting this error when trying to install certain packages (yoman, compass). So far, other packages are installing fine (git, python).

External packages cannot depend on packages intended for projects

+3
source share
1 answer

I'm not sure where the crash happened, but nuget has a long-standing problem that chocolate also gets via the content folder: (.

If any package that it depends on has a content folder, there must be a content folder for it. This is undesirable, so the fix is ​​to ask the maintainer to delete the contents folder.

0
source

Source: https://habr.com/ru/post/987692/


All Articles