alibaba / funcraft

(have) Fun with Serverless(API Gateway & Function Compute)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fun install 安装第三方模块,本地依然提示模块不存在

vmaki opened this issue · comments

commented

node环境;fun install 安装第三方模块后成功后;本地 fun local start 依然提示模块不存在

Funfile配置如下 :
RUNTIME custom RUN npm install multer

commented

Funfile 应该是这样

RUNTIME custom
RUN fun-install npm install multer