components icon indicating copy to clipboard operation
components copied to clipboard

Compatiable issue for Windows OS

Open tinafangkunding opened this issue 4 years ago • 0 comments

Bug Report

Description

Some users met a problem when using sls --debug command

位于命令管道位置 1 的 cmdlet Select-String
请为以下参数提供值:
Path[0]:

image image

  1. What did you do?

Want to use sls to deploy a serverless component

  1. What happened?

  2. What should've happened?

$ serverless --debug

  DEBUG ─ Resolving the template's static variables.
  DEBUG ─ Collecting components from the template.
  DEBUG ─ Downloading any NPM components found in the template.
  DEBUG ─ Analyzing the template's components dependencies.
  DEBUG ─ Creating the template's components graph.
  DEBUG ─ Syncing template state.
  DEBUG ─ Executing the template's components graph.
  1. What's the content of your serverless.yml file?
  2. What's the output you get when you use the SLS_DEBUG=* environment variable (e.g. SLS_DEBUG=* serverless deploy)

tinafangkunding avatar Mar 27 '20 07:03 tinafangkunding