微信小程序error message Cannot find module 'wx-server-sdk'; at cloud.callFunction api; 解决方案

出现如下错误:
WAService.js:4 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail cloud function service error code -504002, error message Cannot find module ‘wx-server-sdk’; at cloud.callFunction api;
微信小程序error message Cannot find module 'wx-server-sdk'; at cloud.callFunction api; 解决方案_第1张图片
解决办法:
到https://nodejs.org/en/下载node.js安装.
命令行CMD来到云函数的本地目录
微信小程序error message Cannot find module 'wx-server-sdk'; at cloud.callFunction api; 解决方案_第2张图片
运行命令安装
npm install --save wx-server-sdk@latest

出现该文件,重新上传部署即可
微信小程序error message Cannot find module 'wx-server-sdk'; at cloud.callFunction api; 解决方案_第3张图片

你可能感兴趣的:(微信小程序常见错误解决)