CodeGenieApp / CodeGenieApp/serverless-express
"postbuild" commnad can't work in Windows
Open
- Dominant language
- JavaScript
- Stars
- 5.3k
- Forks
- 674
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I try to run `basic-starter-api-gateway-v2-typescript` example.
However, the `postbuild` command uses the `cp` command and does not work on Windows.
If you don't want to depend on the OS, would it be better to create a copy script file with node.js and run it....
Contributor guide
Research direction
Start with the postbuild command used by the basic-starter-api-gateway-v2-typescript example and inspect how it invokes cp. Verify the build on Windows after making the copy step cross-platform; done means the example builds successfully without depending on the operating system's cp command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100