Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

maps-demo branch will not build #215

Closed
omnipresent07 opened this issue Dec 4, 2019 · 1 comment
Closed

maps-demo branch will not build #215

omnipresent07 opened this issue Dec 4, 2019 · 1 comment

Comments

@omnipresent07
Copy link
Contributor

it appears since npm offline cache is used it has issues downloading some packages.

➜  hmda-data-browser git:(88ceb64) docker build --rm -t=hmda/hmda-data-browser .                                                                                                                                              (hmda4/default)
Sending build context to Docker daemon  42.55MB
Step 1/17 : FROM node:8.16.0-alpine as build-stage
 ---> e08ba08cf75a
Step 2/17 : WORKDIR /usr/src/app
 ---> Using cache
 ---> aba6e4e7b06e
Step 3/17 : COPY package.json yarn.lock .yarnrc ./
 ---> Using cache
 ---> 553c4d8689e9
Step 4/17 : COPY npm-packages-offline-cache ./npm-packages-offline-cache
 ---> Using cache
 ---> 312d8c67dc31
Step 5/17 : RUN yarn install
 ---> Running in bd0f5e52d9dc
yarn install v1.15.2
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error Can't make a request in offline mode ("https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.5.0.tgz")
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command '/bin/sh -c yarn install' returned a non-zero code: 1
@wpears
Copy link
Member

wpears commented Dec 4, 2019

Fixed in 54df80a

@wpears wpears closed this as completed Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants