Closed pmn4 closed 2 years ago
The issue here is with tar lib - in unpack.js
Should be fixed in next version
[MAYBECLOSE] () { if (this[ENDED] && this[PENDING] === 0) { this.emit('prefinish') this.emit('finish') this.emit('end') this.emit('close') } }
should be
[MAYBECLOSE] () { if (this[ENDED] && this[PENDING] === 0) { this.emit('prefinish') this.emit('finish') this.emit('end') } }
i’ll look into it
i would accept a PR to fix this
I believe #223 fixes this
Fixed for node 18 https://github.com/nandorojo/solito/commit/10fa718aa54e5860dc02280c14389d29321629c4
npx create-solito-app@latest
Getting an error when trying to install with node 18
fwiw, I used node 14 and it worked just fine