Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

CERT_HAS_EXPIRED #86

Open
macasas opened this issue Mar 23, 2021 · 6 comments
Open

CERT_HAS_EXPIRED #86

macasas opened this issue Mar 23, 2021 · 6 comments

Comments

@macasas
Copy link

macasas commented Mar 23, 2021

Summary

I cloned the repo, and I'm trying to run npm install as per instructions

dave@Davids-MacBook-Pro nlp.js-app % npm install
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://axags.artifactoryonline.com/axags/api/npm/virtual-bcn-node/z-schema/-/z-schema-3.24.1.tgz failed, reason: certificate has expired
npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/dave/.npm/_logs/2021-03-23T15_27_24_011Z-debug.log

so no dependencies are installed, and the app cannot run.

@julianfrank
Copy link

I'm getting the same for npm i

npm ERR! request to https://axags.artifactoryonline.com/axags/api/npm/virtual-bcn-node/write/-/write-1.0.3.tgz failed, reason: certificate has expired

@mjcurrier
Copy link

Getting the same error. Any resolution?

@macasas
Copy link
Author

macasas commented Oct 30, 2021 via email

@DiegoAlonso27
Copy link

I ran an npm update and I was able to install the dependencies normally

@tassoman
Copy link

tassoman commented Jul 15, 2022

I got the error:

npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://axags.artifactoryonline.com/axags/api/npm/virtual-bcn-node/@babel/highlight/-/highlight-7.0.0.tgz failed, reason: certificate has expired

Edge Browser returns 672 days after expiration 🤦

The entire server has been reconfigured then everything is missing. 404 error also for root index page.
What kinds of artifacts were neded? Can be babel/highlight be downloaded from sources?

@tassoman
Copy link

I managed to compile by removing package-lock.json then npm install the problem is i had "customized" client, then tried to build at the same way broke the build because of legacy dependencies.
So npm suggested to run npm install --legacy-peer-deps but now I have WSOD page. 😒
Chunk 19 is missing 🤷

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

5 participants