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

installing error #2

Open
yaskermezli opened this issue Jul 6, 2021 · 1 comment
Open

installing error #2

yaskermezli opened this issue Jul 6, 2021 · 1 comment

Comments

@yaskermezli
Copy link

Hi, I'm trying to install the multimap tool using this command: " npm install @github/multimap"

But I have this errors:

`npm ERR! Linux 5.4.0-77-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "@github/multimap"
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:190:5
npm ERR! typeerror at /usr/share/npm/node_modules/slide/lib/async-map.js:52:35
npm ERR! typeerror at Array.forEach ()
npm ERR! typeerror at /usr/share/npm/node_modules/slide/lib/async-map.js:52:11
npm ERR! typeerror at Array.forEach ()
npm ERR! typeerror at asyncMap (/usr/share/npm/node_modules/slide/lib/async-map.js:51:8)
npm ERR! typeerror at exports.loadRequestedDeps (/usr/share/npm/lib/install/deps.js:188:3)
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/kermezly/npm-debug.log
`

any help, please?

Thank you.

@dgreif
Copy link
Contributor

dgreif commented Jul 29, 2021

It looks like you have an extremely old version of npm. Could you tryin installing a newer version of node (which includes a newer version of npm? If you want to keep the older version of node, you can also just update npm by running npm i -g npm@6

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

2 participants