@PitaJ said in Composer lagging:
@teh_g or you just not downgrade everything and instead just install screenful directly into the composer directory:
cd node_modules/nodebb_plugin_composer
npm i screenful
That should install screenful in node_modules/nodebb_plugin_composer/node_modules/screenful
Edit: you could also try just downgrading to npm@2 and uninstalling, then reinstalling the composer:
npm i -g npm@2
npm remove nodebb-plugin-composer screenful
npm i nodebb-plugin-composer
Your way definitely sounds easier. I already did the downgrade. It was relatively easy