Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Failed "404 Not Found": https://registry.npmjs.org/@graphprotocol/common-ts/-/common-ts-0.2.1.tgz #27

Closed
pkrasam opened this issue Aug 26, 2020 · 1 comment

Comments

@pkrasam
Copy link

pkrasam commented Aug 26, 2020

error when building docker image for indexer-service

command:

../scripts/6.1-docker-build-indexer-service.sh

script:

#!/bin/bash

# Indexer service
docker build \
  --build-arg NPM_TOKEN=$NPM_TOKEN \
  -f Dockerfile.indexer-service \
  -t indexer-service:latest \
  .

error:

Sending build context to Docker daemon  2.786MB
Step 1/28 : FROM node:12.16.0-slim as build
 ---> bfc22166b759
Step 2/28 : ARG NPM_TOKEN
 ---> Using cache
 ---> b481332a00cb
Step 3/28 : ENV NODE_ENV production
 ---> Using cache
 ---> 06d299ed545e
Step 4/28 : RUN apt-get update && apt-get install -y python build-essential git
 ---> Using cache
 ---> 74988ffea086
Step 5/28 : WORKDIR /opt/indexer
 ---> Using cache
 ---> 6251f3ee3376
Step 6/28 : COPY package.json .
 ---> Using cache
 ---> 246f8ec5211d
Step 7/28 : COPY yarn.lock .
 ---> Using cache
 ---> 9d3e0a47f86f
Step 8/28 : COPY .npmrc.docker .npmrc
 ---> Using cache
 ---> d843c463d994
Step 9/28 : COPY lerna.json .
 ---> Using cache
 ---> e57bae3dcaa4
Step 10/28 : COPY tsconfig.json .
 ---> Using cache
 ---> 20ef31430a8a
Step 11/28 : COPY packages/indexer-service/ ./packages/indexer-service
 ---> Using cache
 ---> 679a973d7163
Step 12/28 : RUN yarn --pure-lockfile --non-interactive --production=false
 ---> Running in 00691e6fb24d
yarn install v1.22.0
[1/4] Resolving packages...
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@5.0.7"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@4.0.48"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@4.0.48"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@5.0.7"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@^4.0.27"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@^4.0.27"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@^4.0.32"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@^4.0.27"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@4.0.0-beta.3"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@4.0.0-beta.1"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@4.0.0-beta.3"
warning Resolution field "ethers@5.0.8" is incompatible with requested version "ethers@4.0.0-beta.3"
[2/4] Fetching packages...
error An unexpected error occurred: "https://registry.npmjs.org/@graphprotocol/common-ts/-/common-ts-0.2.1.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/opt/indexer/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command '/bin/sh -c yarn --pure-lockfile --non-interactive --production=false' returned a non-zero code: 1
@fordN
Copy link
Contributor

fordN commented Apr 27, 2021

I believe this has long been resolved. Please open another issue if the problem persists!

@fordN fordN closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants