微信小程序error message Cannot find module ‘wx-server-sdk‘; at cloud.callFunction api
Posted 坚果技术の博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序error message Cannot find module ‘wx-server-sdk‘; at cloud.callFunction api相关的知识,希望对你有一定的参考价值。
今天在开发微信小程序的时候出现了这个问题, Cannot find module ‘wx-server-sdk’;,下面是详细信息
从这里看出是‘wx-server-sdk’包没有安装。
解决:
首先安装好node.js,打开命令行,定位到云函数目录,运行npm -v 和node -v都有显示版本号
其次,运行npm install --save wx-server-sdk@latest
问题解决
以上是关于微信小程序error message Cannot find module ‘wx-server-sdk‘; at cloud.callFunction api的主要内容,如果未能解决你的问题,请参考以下文章
uniapp转微信小程序报错Cannot read property ‘forceUpdate‘ of undefined - 微信开发者工具报错
uni-app——运行微信微信小程序整合uView运行错误[Cannot read property ‘mark‘ of undefined]解决方案
「Krystalcsdn」的原创文章 微信小程序Cannot read property 'setData' of undefined问题解决 两种方法可用
「Krystalcsdn」的原创文章 微信小程序Cannot read property 'setData' of undefined问题解决 两种方法可用
微信小程序报错解决方法TypeError: Cannot read property ‘setData‘ of undefined