I'm trying to integrate nexus with next.js using the guide and the example repo but when I try to run reflection on a separate terminal window, it throws the following error:
● nexus:dev running reflection
■ nexus:dev reflection failed
| error Error:
| Runner failed with exit code "1".
|
| at ChildProcess.<anonymous> (/Users/brielov/Code/logistics/www/node_modules/nexus/src/lib/reflection/reflect.ts:128:18)
| at ChildProcess.emit (events.js:314:20)
| at ChildProcess.EventEmitter.emit (domain.js:486:12)
| at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
I'm trying to integrate nexus with next.js using the guide and the example repo but when I try to run
reflectionon a separate terminal window, it throws the following error: