We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60136f commit 2f2ac8fCopy full SHA for 2f2ac8f
1 file changed
shared-scripts.sh
@@ -311,7 +311,7 @@ function _installCLIFromLocalRegistry {
311
npm config set fetch-retry-mintimeout 40000
312
npm config set fetch-retry-maxtimeout 240000
313
npm config set maxsockets 1
314
- retry_with_backoff 3 npm install -g @aws-amplify/cli-internal
+ retry_with_backoff 3 npm install -g @aws-amplify/cli-internal@14.2.5
315
echo "using Amplify CLI version: "$(amplify --version)
316
npm list -g --depth=1 | grep -e '@aws-amplify/amplify-category-api' -e 'amplify-codegen'
317
unsetNpmRegistryUrl
0 commit comments