how to update/upgrade to latest version of aws-sdk using npm in a react js project?

arve

I have following in my package.json file. I want to see if there is any new version of aws-sdk available and if so , i want to update it. how can i do this via npm in my project.

{
   "name" : "app", 
   "version" : "1.0", 
   "dependencies" : {
         "aws-sdk" : "^2.739.0", 
          ....
}
Mohammad Fared

you can add this symbol ^ before the package number than run this command

npm install aws-sdk

so you package.json should be like that

    {
   "name" : "app", 
   "version" : "1.0", 
   "dependencies" : {
         "aws-sdk" : "^2.739.0", 
          ....
}

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to use the latest version of @ffmpeg/ffmpeg in a React.js project?

How to create node project using npm init? Getting stuck at version

How to get latest windows sdk version path in prebuild and postbuild event of a C# project?

How to update TypeScript to latest version with npm?

How to update npm to latest version on Fedora

How do you update npm to the latest version?

How to install the latest possible version of an npm package

npm - how to show the latest version of a package

How to npm install and force latest version (permanently)?

How to update .NET SDK to latest version?

How to check latest version released by facebook for their sdk

How does scrapyd determine the 'latest' version of a project?

How to start a new project with the latest version of AngularJS?

How to upgrade AWS CLI to the latest version?

Shopify Latest sdk version

How to send file as attachment using AWS SES latest SDK 3.33 and PHP7?

Does Node.js ship with latest npm version?

How do you get the latest version of an s3 object using aws cli?

How to update angular 2 or upper version project to a latest version?

How to upgrade react-native to latest version

How do I install the latest minor version of a package on npm?

Private NPM: How can the latest version of a module be installed?

How do I correctly upgrade angular 2 (npm) to the latest version?

NPM: how to get current latest version of package from code

How to update Nuxt.js to the latest version

Is java sdk version in android library affects java version of the project using it?

Not able to build Cordova Project for Android using its Latest Version

How to install latest version of Node using Brew

How to update dart SDK to latest stable version in flutter