This repository was archived by the owner on May 20, 2025. It is now read-only.

Description
I am having an issue running npm run build for the cli due to this change:
b4f6dc1
Getting the following error:
script/command-parser.ts:1321:21 - error TS2349: This expression is not callable.
Type 'typeof import("/private/tmp/code-push-server/cli/node_modules/parse-duration/index")' has no call signatures.
1321 return Math.floor(parseDuration(durationString));
I modified the package.json to use "parse-duration": "1.1.0" and then I was able to build.