Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

npm install of packages fails #673

Open
bfischlin94 opened this issue May 2, 2023 · 1 comment
Open

npm install of packages fails #673

bfischlin94 opened this issue May 2, 2023 · 1 comment

Comments

@bfischlin94
Copy link

Hello I downloaded the repo and wanted to run it according to the documentation.

But unfortunately I get the following error when running npm install

npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://nexus3.eap.bit.admin.ch/repository/npm-all/yargs-parser/-/yargs-parser-4.2.1.tgz failed, reason: getaddrinfo ENOTFOUND nexus3.eap.bit.admin.ch
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

We are not behind any proxy.

@baderj
Copy link

baderj commented May 2, 2023

This project is no longer maintained

PLEASE NOTE THAT THESE GUIDELINES ARE OUTDATED AND NOT SUPPORTED ANYMORE.

According to issue #661, there is a renewal project under way that should have been published very soon (#661 (comment)).

But that was in August 2021. Since then the publication just get's pushed back, last time from January 1st to July.

If you really need to use this project despite all this, you have multiple options:

a) Use the build folder and manually update or remove the Javascript content
b) Replace https://nexus3.eap.bit.admin.ch/repository/npm-all/ with https://registry.npmjs.org/
c) Remove the package-lock.json before running npm install

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