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:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Same issue here. Also, using JFrog Artifactory which is where our suspicions currently lie