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

NPM Install failed for @CoreUI/Icons@0.3.0 #126

Closed
qitma opened this issue Oct 31, 2018 · 10 comments
Closed

NPM Install failed for @CoreUI/Icons@0.3.0 #126

qitma opened this issue Oct 31, 2018 · 10 comments

Comments

@qitma
Copy link

qitma commented Oct 31, 2018

Is this a bug report?

Yes

Did you try recovering your dependencies?

This is for the newest release (2.0.13). I try to npm install and i got message error for @coreui/icons@0.3.0. This is i got from log in npm
3189 verbose stack Error: 404 Not Found: @coreui/icons@0.3.0 3189 verbose stack at fetch.then.res (C:\Program Files\nodejs\node_modules\npm\node_modules\pacote\lib\fetchers\registry\fetch.js:42:19) 3189 verbose stack at tryCatcher (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\util.js:16:23) 3189 verbose stack at Promise._settlePromiseFromHandler (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:512:31) 3189 verbose stack at Promise._settlePromise (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:569:18) 3189 verbose stack at Promise._settlePromise0 (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:614:10) 3189 verbose stack at Promise._settlePromises (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:693:18) 3189 verbose stack at Async._drainQueue (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:133:16) 3189 verbose stack at Async._drainQueues (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:143:10) 3189 verbose stack at Immediate.Async.drainQueues [as _onImmediate] (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\async.js:17:14) 3189 verbose stack at runCallback (timers.js:705:18) 3189 verbose stack at tryOnImmediate (timers.js:676:5) 3189 verbose stack at processImmediate (timers.js:658:5) 3190 verbose cwd D:\qitma\Belajar\React\Test\my-project 3191 verbose Windows_NT 10.0.17134 3192 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" 3193 verbose node v10.13.0 3194 verbose npm v6.4.1 3195 error code E404 3196 error 404 Not Found: @coreui/icons@0.3.0

Which terms did you search for in User Guide?

NPM Install for coreui/icons

Environment

Node 10.13.0
Npm 6.4.1
Windows 10 - 64

Steps to Reproduce

(Write your steps here:)

  1. Clone from git clone https://github.com/coreui/coreui-free-react-admin-template.git my-project
  2. change to directory
  3. exec command npm install

Expected Behavior

Not Error

Actual Behavior

Got some error
react

What i've try

I already try to re-install node,js , using command npm cache clean --force or npm cache verify but thats all not resolve my problem.
and i already check at https://www.npmjs.com/package/@coreui/icons/v/0.3.0 package for coreui/icons is exist.

Thanks for your attention and sorry for my bad english.

@xidedix
Copy link
Member

xidedix commented Oct 31, 2018

Cannot reproduce :|
Can anyone confirm this issue?

@qitma
Copy link
Author

qitma commented Nov 11, 2018

can anyone suggest solution ?
i tried npm set registry https://registry.npmjs.org/ but not work, and i try to install coure ui icons independently got same error..

@samminen
Copy link

I am also facing same issue when i did npm install;

npm ERR! 404 Not Found: @coreui/icons@0.3.0

@bhupeshpandey
Copy link

Even I am getting the same issue.

@bhupeshpandey
Copy link

Any suggested solution?

@xidedix
Copy link
Member

xidedix commented Nov 13, 2018

What about creating a .npmrc file in the root of your project with:
@coreui:registry=https://registry.npmjs.org/
or
npm install --registry=https://registry.npmjs.com/ @coreui/icons
?

@qitma
Copy link
Author

qitma commented Nov 13, 2018

What about creating a .npmrc file in the root of your project with:
@coreui:registry=https://registry.npmjs.org/
or
npm install --registry=https://registry.npmjs.com/ @coreui/icons
?

i tried with your suggestion, and fortunately i got new error when i try with npm install

7069 error Maximum call stack size exceeded

any suggestion?

Thanks for your reply

@xidedix
Copy link
Member

xidedix commented Nov 13, 2018

Which one you have tried?

@xang555
Copy link

xang555 commented Nov 28, 2018

try remove ~/.npmrc and npm install again this way solved my problem when i reinstall package module

@qitma
Copy link
Author

qitma commented Dec 4, 2018

Sorry for my late response.

Which one you have tried?
i try with it

npm install --registry=https://registry.npmjs.com/ @coreui/icons


and right now i try it again (clone new repo and npm install)

and its work!!..

i dont change anything then i dont know why its work.

i will close this issue right now .

Thanks for your response.

@qitma qitma closed this as completed Dec 4, 2018
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

5 participants