I'm using pipline to install my packages and this is my script:
default:
image: node:latest
before_script:
- yarn
Install Dependencies:
stage: install_deps
script:
- yarn
and I got this error:
error An unexpected error occurred: "https://registry.yarnpkg.com/@ant-design%2ficons: tunneling socket could not be established, statusCode=407".
What is the problem? What am I doing wrong?