我正在尝试导入以下所有
npm install --save express body-parser firebase functions-helper
但我一直收到这些错误
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/functions-helper - Not found
npm ERR! 404
npm ERR! 404 'functions-helper@latest' 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.
npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersadminAppDataRoamingnpm-cache_logs2020-07-13T12_53_21_822Z-debug.log
到目前为止,我试着做这个
npm clean cache
将节点升级到最新版本,但我仍然得到相同的错误
它告诉你,你正在尝试安装一个不存在的包,我找不到任何名为functions helper的包,你是指firebase functions helper 吗
没有名为"函数助手";。如果您使用Firebase工具编写云函数,则需要安装名为"的模块;firebase函数";,如文档中所述。