npm-installer icon indicating copy to clipboard operation
npm-installer copied to clipboard

npm update defaults to non sdk version

Open ElPrudi opened this issue 3 years ago • 1 comments

I don't know why, but after using npm -g update to update, I couldn't use the console. I fixed it by installing it manually with the sdk build type, but it's still weird.

ElPrudi avatar Jul 27 '22 15:07 ElPrudi

I believe that is the desired behaviour. You can install the SDK version by specifying the version + sdk. For example: npm install [email protected].

ayushmanchhabra avatar Aug 18 '22 19:08 ayushmanchhabra