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
I am trying to build a docker image for my Raspberry Pi. I have cloned the repo to a local directory and then when I try to stand up the container with sudo docker-compose -f bot-compose.yaml -up -d --build I recieve the folllowing output using either the latest or nightly tag:
Building streetmerchant
Step 1/19 : FROM node:14.13.1-alpine3.12 AS builder
---> a17b0fc91eaf
Step 2/19 : ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
---> Using cache
---> 4f949be9944d
Step 3/19 : WORKDIR /build
---> Using cache
---> 2c7ba15ae056
Step 4/19 : COPY package.json package.json
---> Using cache
---> 82845276d135
Step 5/19 : COPY package-lock.json package-lock.json
---> Using cache
---> 858df1c3c4c8
Step 6/19 : COPY tsconfig.json tsconfig.json
---> Using cache
---> ba08ccd9c1b7
Step 7/19 : RUN npm ci
---> Running in 2e718402a9f6
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@hijef/pushbullet/-/pushbullet-2.4.2.tgz
npm ERR! 404
npm ERR! 404 '@hijef/[email protected]' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-12-15T20_11_12_036Z-debug.log
Hi all,
I am trying to build a docker image for my Raspberry Pi. I have cloned the repo to a local directory and then when I try to stand up the container with
sudo docker-compose -f bot-compose.yaml -up -d --build
I recieve the folllowing output using either the latest or nightly tag:Here is a copy of my latest dockerCompose file
The text was updated successfully, but these errors were encountered: