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
Hi,
I'm using the build_grafana.sh behind a http_proxy. I configured the environment vars http_proxy and specially for yarn a ~/.yarnrc.yml with the proxy setting. My build end with the following step:
IBM z15
podman with ubuntu-18.04 Image for build
yarn install v1.22.19
warning package.json: "dependencies" has dependency "sass" with range "link:./public/sass" that collides with a dependency in "devDependencies" of the same name with version "1.56.0"
warning [email protected]: "dependencies" has dependency "sass" with range "link:./public/sass" that collides with a dependency in "devDependencies" of the same name with version "1.56.0"
warning Resolution field "patch:slate-dev-environment@npm:0.2.5#.yarn/patches/slate-dev-environment-npm-0.2.5-9aeb7da7b5.patch" has an invalid version entry and may be ignored
warning Resolution field "patch:storybook-dark-mode@npm%3A1.1.2#./.yarn/patches/storybook-dark-mode-npm-1.1.2-ecc4605688.patch" has an invalid version entry and may be ignored
[1/5] Validating package.json...
warning [email protected]: "dependencies" has dependency "sass" with range "link:./public/sass" that collides with a dependency in "devDependencies" of the same name with version "1.56.0"
warning Resolution field "patch:slate-dev-environment@npm:0.2.5#.yarn/patches/slate-dev-environment-npm-0.2.5-9aeb7da7b5.patch" has an invalid version entry and may be ignored
warning Resolution field "patch:storybook-dark-mode@npm%3A1.1.2#./.yarn/patches/storybook-dark-mode-npm-1.1.2-ecc4605688.patch" has an invalid version entry and may be ignored
[2/5] Resolving packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error Couldn't find any versions for "@grafana/data" that matches "workspace:*"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the build_grafana.sh behind a http_proxy. I configured the environment vars http_proxy and specially for yarn a ~/.yarnrc.yml with the proxy setting. My build end with the following step:
IBM z15
podman with ubuntu-18.04 Image for build
The text was updated successfully, but these errors were encountered: