简体   繁体   English

如何在没有这些错误的情况下安装电影预告片 npm package?

[英]How to install movie-trailer npm package without these errors?

How do you install the movie-trailer npm package without getting these errors:如何安装电影预告片 npm package 而不会出现这些错误:

$ npm I movie-trailer
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/movie-tralier - Not found
npm ERR! 404 
npm ERR! 404  'movie-tralier@*' is not in this registry.
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\CCS LAPTOP HYD\AppData\Local\npm-cache\_logs\2022-08-19T21_09_44_170Z-debug-0.log

You are using wrong arguments and/or a package that cannot be found.您使用了错误的 arguments 和/或无法找到的 package。

You misspelled word movie-trailer in that command, try this npm i movie-trailer您在该命令中拼错了单词movie-trailer ,试试这个npm i movie-trailer

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM