2017-09-26 5 views
-3

Je veux télécharger le fichier en utilisant js cauchemar.le module n'est pas dans le registre npm

J'ai essayé d'utiliser: https://github.com/rosshinkley/nightmare-inline-download

J'ai essayé de courir

npm install --save nightmare-inline-download 

Mais ce connard:

`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. 

`

Que dois-je faire?

Répondre

1

Vous avez tapé dowload au lieu de téléchargez, c'est une faute de frappe.

+0

désolé mon mauvais !!! Merci! – user2950593

1

essayer cette commande pour télécharger cette lib

npm i nightmare-inline-download --save