Jump to content
Search Community

denglertarea23

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

denglertarea23's Achievements

  1. Thanks for looking into this Jack, you pointed me in the right direction: I forgot to copy .npmrc file prior to building in my Dockerfile: FROM node:18-alpine AS deps WORKDIR /app COPY package.json ./ COPY .npmrc ./ RUN npm install I added COPY .npmrc ./ and everything works fine. Kind of a "duh" moment! I do have a business account, my problem was related to .npmrc Thanks again for the speedy reply! Daniel
  2. I just purchased Business license and I cannot install in Azure pipelines. I'm using a dockerfile, nextjs project, but I get these errors in my Azure pipeline: Please help I need to stage my project for a client review! I created the .npmrc file with my token. Thanks! ##[error]#13 32.00 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@gsap%2fbusiness - Not found ##[error]#13 32.00 npm ERR! 404 ##[error]#13 32.00 npm ERR! 404 '@gsap/business@^3.12.5' is not in this registry. ##[error]#13 32.00 npm ERR! 404 ##[error]#13 32.00 npm ERR! 404 Note that you can also install from a ##[error]#13 32.00 npm ERR! 404 tarball, folder, http url, or git url.
×
×
  • Create New...