Hi I tried to replicate and run your echo project but it doesn't work.
forever -w ./built/.
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
error: Cannot start forever
error: script C:\Users\luana.fernandes\Documents\Projects\Bot for SharePoint\bot-examples-ts\hello-echo\built does not exist.
npm ERR! code ELIFECYCLE
npm ERR! errno 4294967295
npm ERR! hello-echo@1.0.0 start: `forever -w ./built/.`
npm ERR! Exit status 4294967295
npm ERR!
npm ERR! Failed at the hello-echo@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\luana.fernandes\AppData\Roaming\npm-cache\_logs\2018-09-04T00_17_31_024Z-debug.log
Hi I tried to replicate and run your echo project but it doesn't work.