T
T
Tretlenz2018-03-13 18:45:20
JavaScript
Tretlenz, 2018-03-13 18:45:20

Why can't install nodejs module using npm?

I install the .bin module like this:
npm install .bin
https://pastebin.com/ESS8HJrc - log
https://pastebin.com/Y1W1kaDJ - displays in PuTTy

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Tkachenko, 2018-03-13
@Pavel_Tkachenko

Because this is not an npm package, I did not find it in the list of npm packages, you need to specify the package name correctly, for example,
npm intstall binbin without a dot

A
Abcdefgk, 2018-03-13
@Abcdefgk

Heh. The npm bin -g command simply shows which folder npm will install executables into.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question