now-experience-component-examples
now-experience-component-examples copied to clipboard
now-cli type error
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
}