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

Getting NPM Pushbullet Error When Building Docker Image #1429

Closed
gist901 opened this issue Dec 15, 2020 · 2 comments
Closed

Getting NPM Pushbullet Error When Building Docker Image #1429

gist901 opened this issue Dec 15, 2020 · 2 comments

Comments

@gist901
Copy link

gist901 commented Dec 15, 2020

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:

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

Here is a copy of my latest dockerCompose file

version: '3.0'
services:
  streetmerchant:
    image: ghcr.io/jef/nvidia-snatcher:nightly
    build:
      context: .
      dockerfile: Dockerfile
    container_name: streetmerchant
    env_file:
      - /mnt/travel/dockerConfig/nvidia/dotenv
 
@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions
Copy link
Contributor

This issue has been closed because it is stale. Reopen if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant