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
error Error: https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz: Request failed "304 Not Modified"
at ResponseError.ExtendableBuiltin (/usr/local/lib/node_modules/yarn/lib/cli.js:696:66)
at new ResponseError (/usr/local/lib/node_modules/yarn/lib/cli.js:802:124)
at Request. (/usr/local/lib/node_modules/yarn/lib/cli.js:66750:16)
at Request.emit (node:events:517:28)
at module.exports.Request.onRequestResponse (/usr/local/lib/node_modules/yarn/lib/cli.js:142287:10)
at ClientRequest.emit (node:events:517:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
at TLSSocket.socketOnData (node:_http_client:541:22)
at TLSSocket.emit (node:events:517:28)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The issue I am encountering occurs while building a image using CodeBuild in AWS when running the yarn install command.
but locally it was building without any issues.
The text was updated successfully, but these errors were encountered:
error Error: https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz: Request failed "304 Not Modified"
at ResponseError.ExtendableBuiltin (/usr/local/lib/node_modules/yarn/lib/cli.js:696:66)
at new ResponseError (/usr/local/lib/node_modules/yarn/lib/cli.js:802:124)
at Request. (/usr/local/lib/node_modules/yarn/lib/cli.js:66750:16)
at Request.emit (node:events:517:28)
at module.exports.Request.onRequestResponse (/usr/local/lib/node_modules/yarn/lib/cli.js:142287:10)
at ClientRequest.emit (node:events:517:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
at TLSSocket.socketOnData (node:_http_client:541:22)
at TLSSocket.emit (node:events:517:28)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The issue I am encountering occurs while building a image using CodeBuild in AWS when running the yarn install command.
but locally it was building without any issues.
The text was updated successfully, but these errors were encountered: