Open aminnairi opened 1 year ago
One workaround would be to use the --force
option when installing this package if using the version 3.x.x
from rollup
.
npm install --force rollup rollup-plugin-elm
If you need to install the project on another computer, you'll also need to prepend the --force
option when installing all package listed in the package.json
file.
npm install --force
It would be great to use this library with the latest release 3.x.x of Rollup.