遇到这个没有 wx-server-sdk 的bug 百度上的答案都是 在终端 打开 cloudfunctions 文件夹 

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

或者 微信小程序 | error message Cannot find module 'wx-server-sdk'; at cloud.callFunction api‘’

用npm的命令去安装 

 

npm install --save [email protected]

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

这不都没装上嘛。。。。还要说整好了 

作为一个经常被 粉丝举报的 guo家,npm找不到这个包 就用 cnpm

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

这回才是装上了 

相关文章:

  • 2021-07-28
  • 2021-11-01
  • 2021-10-14
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-06
  • 2021-07-21
  • 2021-04-06
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案