解决它!我的问题是我尝试使用Finder中Mac内置的压缩功能压缩文件。
如果你是一个Mac用户,像我这样的,那么当你在你的项目的根目录(文件夹包含您运行终端下面的脚本
index.js,
node_modules等文件)。
zip -r ../yourfilename.zip *
对于Windows:
Compress-Archive -LiteralPath node_modules, index.js -DestinationPath yourfilename.zip

解决它!我的问题是我尝试使用Finder中Mac内置的压缩功能压缩文件。
如果你是一个Mac用户,像我这样的,那么当你在你的项目的根目录(文件夹包含您运行终端下面的脚本
index.js,
node_modules等文件)。
zip -r ../yourfilename.zip *
对于Windows:
Compress-Archive -LiteralPath node_modules, index.js -DestinationPath yourfilename.zip