question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't do npm i antd with custom registry

See original GitHub issue
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.9.1

Environment

macOS High Sierra, node v9.11.1, npm 6.4.1, JFrog Artifactory

Steps to reproduce

$ npm i antd

npm ERR! code E404
npm ERR! 404 Not Found: @ant-design/icons-react@~1.0.0

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/prilutskiy/.npm/_logs/2018-09-03T13_17_50_890Z-debug.log

What is expected?

I expect package to be resolved automatically

What is actually happening?

@ant-design/icons-react doesn’t get resolved


Maybe package got published incorrectly.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
SpartaSixZerocommented, Sep 6, 2018

Same issue for us. I made the following change in our package.json and that seemed to have fixed the error: Replaced “antd”: “^3.7.2”,

With “antd”: “3.8.4”,

I looked into our node_modules folder and the current version that we had of antd was 3.7.3

2reactions
holdsworthrcommented, Sep 6, 2018

Same issue here. Also, using JFrog Artifactory which is where our suspicions currently lie

Read more comments on GitHub >

github_iconTop Results From Across the Web

antd - npm
Ant Design. An enterprise-class UI design language and React UI library. CI status codecov NPM version NPM downloads.
Read more >
273 - Stack Overflow
I've tried to npm config set registry https://... , but when I've doing npm config get registry it was returning http://... , and...
Read more >
Installing private npm modules · Gemfury Dev Center
Learn to use the Gemfury npm registry. ... npm login. Once logged in, you can npm publish and npm install private packages from...
Read more >
npm Registry - JFrog - JFrog Documentation
This allows you to seamlessly use a mix of packages from the public npm registry and one or more private registries. For example,...
Read more >
Logging in and out | Introduction
Creating a user and Logging In. To publish a package, you must have a user on the npm registry. If you don't have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found