Closed nigelgutzmann closed 3 years ago
@stepancar pointed out a workaround to me:
yarn add @pixi/webdoc-template --ignore-engines
@nigelgutzmann , temporary solution. This package should work with yarn too. https://github.com/pixijs/sound/issues/163
Fixed in 1.3.4. Thanks @stepancar for the fix!
When I try to install this package with yarn, I get the following error:
The package.json specifies
please-use-npm
in the engines section, but I believe this is only for developers of this package (to avoid developers of this package using both yarn and npm and generating conflictingpackage-lock.json
vsyarn.lock
). It should not be enforced for consumers installing this package in their projects, and should be possible to installwebdoc-template
via yarn