A memo of the update command when npm install causes an error in GitHub Action etc.

When the version dependency becomes strange, execute the following command to recommit.

npm install --save-dev npm-check-updates
npm install -g npm-check-updates
ncu -u
npm install

Recommended Posts

A memo of the update command when npm install causes an error in GitHub Action etc.
What to do if an error occurs when doing npm install axios in React + Typescript project
[Java] Adding an element to the Collection causes a compile error
Collecting client information when an error occurs in a web application
Laravel, composer install causes an error in PackageManifest, so resolve it
Install lsb_release from the command line when lsb_release fails in docker environment
I don't see an error in Rails bundle install ... the solution
Error when npm install on Windows 7
A nice workaround when "having an instance of either of the two classes"
What to do and how to install when an error occurs in DXRuby 1.4.7
Error when the member of Entity class used in SpringWebFlux is final
How to constrain the action of the transition destination when not logged in
I want to display an error message when registering in the database
[Note] [Beginner] How to write when changing the value of an array element in a Ruby iterative statement
An error occurred when executing a function from MyBatis with the OUT parameter set to CURSOR in PostgreSQL.
A reminder when an aapt.exe error occurs
When using a list in Java, java.awt.List comes out and an error occurs
Be absolutely careful when putting the result of and / or in a variable!
About the solution of the error that occurred when trying to create a Japanese file of devise in the Docker development environment
When I think about the 402 error that suddenly appeared in the middle of the introduction of PAY.jp, there was an unexpected place
Let's create a TODO application in Java 12 Processing when a request comes in with an unused HttpMethod ・ Processing when an error occurs in the server