Today I've created an app and got something unexpected as a directory name
npm i -g socketcluster@17.2.0
socketcluster create Pyaterochka-013152-SKU-auditor
Expected result
Pyaterochka-013152-SKU-auditor/
Actual result
-pyaterochka013152-s-k-u-auditor/
I've tried something like git bisect but, instead of commits, with socketcluster npm versions.
And have found out that v16.1.3socketcluster create doesn't screw up app name, and all versions starting from v16.2.0 do.
Today I've created an app and got something unexpected as a directory name
Expected result
Actual result
I've tried something like
git bisect
but, instead of commits, withsocketcluster
npm versions. And have found out thatv16.1.3
socketcluster create
doesn't screw up app name, and all versions starting fromv16.2.0
do.