gpt4 book ai didi

serverless-framework - 无服务器警告 : Could not determine version of module babel-runtime

转载 作者:行者123 更新时间:2023-12-03 01:46:57 24 4
gpt4 key购买 nike

我正在运行 sls deploy 并收到以下警告,其中包含许多行垃圾邮件。

Serverless: WARNING: Could not determine version of module babel-runtime
Serverless: WARNING: Could not determine version of module babel-runtime
Serverless: WARNING: Could not determine version of module babel-runtime
Serverless: WARNING: Could not determine version of module babel-runtime
Serverless: WARNING: Could not determine version of module babel-runtime
...

此警告的原因是什么,我应该担心吗?我该如何修复它?

(如果我需要为此问题添加额外信息,请告诉我,我会立即编辑问题)。

最佳答案

我在以下场景中遇到了同样的问题:

无服务器 + Webpack + Babel

在推荐的 webpack 配置中,排除了开发依赖项。 Babel-runtime(依赖于 babel,通常作为开发依赖项添加)也是一个开发依赖项。

如果您将 babel-runtime 添加到常见依赖项中,现在无服务器(使用 webpack)将打包 babel-runtime 以及有关包的完整信息(在本例中为所需的版本)。

yarn add babel-runtime

npm i babel-runtime

您可以避免这些警告。

关于serverless-framework - 无服务器警告 : Could not determine version of module babel-runtime,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47404025/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com