nollup icon indicating copy to clipboard operation
nollup copied to clipboard

meta rollupVersion updated to from 2.70 to 2.78

Open Sanshain opened this issue 9 months ago • 2 comments

That's a widespread problem with compability nollup and actual versions of official rollup plugin (@rollup/plugin-node-resolve, @rollup/plugin-commonjs etc), for example with node-resolve v 15.2.3:

Error: Insufficient rollup version: "@rollup/plugin-node-resolve" requires at least [email protected] but found [email protected].

Most of them require at least 2.78.0 rollup version. I figered out that to solve this problem, it is quite to update version rollupVersion within lib/impl/PluginMeta.js file. After the fix nollup continues to interact perfectly with the newest at the moment versions of the plugins

Sanshain avatar May 25 '24 13:05 Sanshain