ortexx / ip-cidr

Module for working with CIDR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install the package ip-cidr

OmkarHirve opened this issue · comments

I am not able to install package Ip-cidr

Node version: v8.10.0
Npm version: 3.5.2

Error message
`loadDep:ip-address → 304 ▐ ╢███████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
npm ERR! Linux 4.15.0-91-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i" "ip-cidr"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code EMISSINGARG

npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3)
npm ERR! typeerror at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22)
npm ERR! typeerror at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12)
npm ERR! typeerror at /usr/share/npm/lib/install/deps.js:457:7
npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror at /usr/share/npm/lib/fetch-package-metadata.js:37:12
npm ERR! typeerror at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5)
npm ERR! typeerror at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7)
npm ERR! typeerror at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20)
npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror This is an error with npm itself. Please report this error at:
npm ERR! typeerror http://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /home/omkar/Documents/Sprints/cb-azure-catalog-int/npm-debug.log`

npm-debug.log

Try to remove node_modules folder, package-lock.json and reinstall all.

@ortexx Tried removing node modules folder and package-lock.json and reinstalling all.
I am still facing the same issue.

It is not the library issue, anyway. It is connected to npm. Try to clean npm cache or sort of. And google your error as well.

Okay, closing the issue, thanks for the support, had raised this as no other library installation was failing.