You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
I'm attempting to convert a project, which relies on this package via grunt-grunticon, to use yarn and there are known issues with yarn and phantomjs-prebuilt version 2.1.7 (yarnpkg/yarn#1538).
I've been able to modify yarn's configuration to force this project to use phantomjs-prebuilt 2.1.14, but the edits are a mess.
Ideally, this project would loosen it's restriction to support a range of phantomjs-prebuilt versions, so that manual override wouldn't be necessary.
Sample semver range that mirrors what svg-to-png uses:
"phantomjs-prebuilt": "^2.1.7"
The text was updated successfully, but these errors were encountered:
I'm attempting to convert a project, which relies on this package via grunt-grunticon, to use yarn and there are known issues with yarn and phantomjs-prebuilt version 2.1.7 (yarnpkg/yarn#1538).
I've been able to modify yarn's configuration to force this project to use phantomjs-prebuilt 2.1.14, but the edits are a mess.
Ideally, this project would loosen it's restriction to support a range of phantomjs-prebuilt versions, so that manual override wouldn't be necessary.
Sample semver range that mirrors what svg-to-png uses:
The text was updated successfully, but these errors were encountered: