You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx does not attempt to get newer versions of aws-sdk-js-codemod if it's installed globally or locally.
This is discussed in detail in npm/cli#2329
We added instructions to use the latest version in #345, but users may still unknowingly run older version of codemod and miss features introduced in newer versions
Solution
Instruct users to run latest versions of codemod by default in help section as well README.
Alternatives
Check is newer version of codemod is available, and display warning that user is running older version of codemod
Additional context
No response
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Self-service
Problem
npx does not attempt to get newer versions of aws-sdk-js-codemod if it's installed globally or locally.
This is discussed in detail in npm/cli#2329
We added instructions to use the latest version in #345, but users may still unknowingly run older version of codemod and miss features introduced in newer versions
Solution
Instruct users to run latest versions of codemod by default in help section as well README.
Alternatives
Check is newer version of codemod is available, and display warning that user is running older version of codemod
Additional context
No response
The text was updated successfully, but these errors were encountered: