Module is not installed less... (Ctrl+F1) 
Inspection info: Checks whether the module in the "require()" call or import statement exists, whether it is listed in package.json dependencies, and whether it is locally installed.
Suggests installing the module and/or including it into package.json.
For require() calls, works only in files in the scope of "Node.js Core" JavaScript library.

错误原因:

这些js库没有安装;

解决方案:

安装js库:

npm install leancloud-storage --save

 

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐