now-cli develop command don't work.
There is a type error on the t variable here the is the fix:
Go to the @servicenow/cli-pre-post-tasks thne go to the file common/tasks/dev-server.js
return o.writeFileSync(s.join(n, ".pid"), t /*cast t to sting*/+""), i.unref(), {
killed: e,
spawned: t
}
now-cli developcommand don't work.There is a type error on the t variable here the is the fix:
Go to the @servicenow/cli-pre-post-tasks thne go to the file common/tasks/dev-server.js