ngx-translate / http-loader

A loader for ngx-translate that loads translations with http calls
MIT License
191 stars 69 forks source link

Cannot install @ngx-translate/http-loader using NPM (Not found) #78

Closed namila closed 4 years ago

namila commented 4 years ago

I am using following command to install the package (npm version 6.14.6)

npm i @ngx-translate/http-loader

Current behavior

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@ngx-translate%2fhttp-loader - Not found npm ERR! 404 npm ERR! 404 '@ngx-translate/http-loader@4.0.0' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-08-06T09_53_17_940Z-debug.log

Expected behavior

The package should be installed

Minimal reproduction of the problem with instructions

npm i @ngx-translate/http-loader

Environment

For Tooling issues:

namila commented 4 years ago

Now it is working fine.. should be a temp issue in npm registry. Thanks :)