Closed AydenLin1022 closed 1 year ago
@AydenLin1022 You must do the installation of npm with the same versions that are in the package.json, otherwise it will install major updates.
From stackoverflow:
By default npm installs packages using ^ which means any version in the same major range, you can switch this behaviour by using --save-exact
@satiromarra Okay, I do installation of npm with the same versions now! but still fail ~ Here 833 errors
And now I find problem, here commit (v1.17.11-beta1) always compile fail
So I checkout commit to here (v1.17.0)
Now is work!
Possibly dependantbot has failed in something.
Yeah, maybe, hope the next version will be better! Thank you!
HI, after I typed "vsce package", I have been unable to package the .vsix file correctly. Am I missing any steps?
My step: 1.git clone https://github.com/satiromarra/vscode-sftp.git 2.npm install 3.vsce package (fail)