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
During building the image,
while running RUN npm install -g yarn, getting below errors
npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! request to https://registry.npmjs.org/yarn failed, reason: unable to verify the first certificate
and also,
$ scripts/use_node ./preinstall_check
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "[email protected]" is incompatible with requested version "typescript@~4.5.2"
[3/5] Fetching packages...
error An unexpected error occurred: "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz: Request failed "403 Forbidden"".
Can anyone tell, how to deal with this issue?
The text was updated successfully, but these errors were encountered:
During building the image,
while running RUN npm install -g yarn, getting below errors
npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! request to https://registry.npmjs.org/yarn failed, reason: unable to verify the first certificate
and also,
$ scripts/use_node ./preinstall_check
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "[email protected]" is incompatible with requested version "typescript@~4.5.2"
[3/5] Fetching packages...
error An unexpected error occurred: "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz: Request failed "403 Forbidden"".
Can anyone tell, how to deal with this issue?
The text was updated successfully, but these errors were encountered: