You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
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.