enqueuer-land/stacker

new instalation don't works

Closed this issue · 3 comments

npm install can't make download of all dependencies. I tried to perform even forcing with new versions of packages. Please review the dependencies.

virgs commented

This is weird.
It has to be installed with no optional dependencies.
Are you sure you tried running?

rm -rf node_modules package-lock.json && npm i --no-optional

Let me know how it goes.

ready, it's working again

virgs commented

Nice.