now-experience-component-examples icon indicating copy to clipboard operation
now-experience-component-examples copied to clipboard

now-cli type error

Open Sacramentix opened this issue 4 years ago • 0 comments

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
	}

Sacramentix avatar Oct 27 '21 15:10 Sacramentix