我已经安装了node.js和无服务器框架。如果我键入:
serverless --version它显示的输出为1.26.1。但是,如果我运行以下命令:
serverless --create --template aws-python3 --name numpy它抛出了o/p
Commands
* You can run commands with "serverless" or the shortcut "sls"
* Pass "--verbose" to this command to get in-depth plugin info
* Pass "--no-color" to disable CLI colors
* Pass "--help" after any <command> for contextual help
Framework
* Documentation: https://serverless.com/framework/docs/我遗漏了什么?
发布于 2018-03-13 16:40:22
create应不带连字符--
serverless create --template aws-python3 --name numpyhttps://stackoverflow.com/questions/49221791
复制相似问题