模块不在 npm 注册表中

use*_*593 -1 node.js npm nightmare

我想使用 nightmare js 下载文件。

我试着用这个:https : //github.com/rosshinkley/nightmare-inline-download

我试着跑

npm install --save nightmare-inline-download
Run Code Online (Sandbox Code Playgroud)

但是 git 这个:

`npm ERR! Windows_NT 10.0.15063
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
npm ERR! node v6.9.5
npm ERR! npm  v3.10.10
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/nightma
npm ERR! 404
npm ERR! 404  'nightmare-inline-dowload' 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.
Run Code Online (Sandbox Code Playgroud)

`

我该怎么办?

Mil*_*bit 8

您输入的是dowload而不是download,这是一个错字。