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

Order-Ahead Sample install #396

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

Order-Ahead Sample install #396

taterbluejack opened this issue May 2, 2023 · 1 comment

Comments

@taterbluejack
Copy link

Hi, when I enter 'npm install', I get these error messages below. How do I fix? Please let me know what other information you need to understand this issue.

npm ERR! code ECONNREFUSED
npm ERR! syscall connect
npm ERR! errno ECONNREFUSED
npm ERR! FetchError: request to https://artifactory.global.square/artifactory/api/npm/square-npm/to-regex-range/-/to-regex-range-5.0.1.tgz failed, reason: connect ECONNREFUSED 127.0.0.1:3000
npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:130:14)
npm ERR! at ClientRequest.emit (node:events:513:28)
npm ERR! at onerror (/usr/local/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js:117:21)
npm ERR! at callbackError (/usr/local/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js:136:17)
npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
npm ERR! FetchError: request to https://artifactory.global.square/artifactory/api/npm/square-npm/to-regex-range/-/to-regex-range-5.0.1.tgz failed, reason: connect ECONNREFUSED 127.0.0.1:3000
npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:130:14)
npm ERR! at ClientRequest.emit (node:events:513:28)
npm ERR! at onerror (/usr/local/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js:117:21)
npm ERR! at callbackError (/usr/local/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js:136:17)
npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
npm ERR! code: 'ECONNREFUSED',
npm ERR! errno: 'ECONNREFUSED',
npm ERR! syscall: 'connect',
npm ERR! address: '127.0.0.1',
npm ERR! port: 3000,
npm ERR! type: 'system'
npm ERR! }
npm ERR!
npm ERR! If you are behind a proxy, please make sure that the
npm ERR! 'proxy' config is set properly. See: 'npm help config'

@mglombicki-square
Copy link
Contributor

Thanks for reporting, this looks like a misconfiguration in our package lock files. We will push a fix soon.

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

No branches or pull requests

2 participants