[nodemon] starting `ts-node --files --typeCheck src/index.ts`
/home/my_home/dev/my_project/server/node_modules/src/stitch/introspectSchema.ts:15
const parsedIntrospectionQuery: DocumentNode = parse(getIntrospectionQuery());
^
TypeError: graphql.getIntrospectionQuery is not a function
at Object.<anonymous> (/home/my_home/dev/my_project/server/node_modules/src/stitch/introspectSchema.ts:15:54)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:690:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/home/my_home/dev/my_project/server/node_modules/@graphql-toolkit/common/index.cjs.js:27:22)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:690:17)
at require (internal/modules/cjs/helpers.js:25:18)
[nodemon] app crashed - waiting for file changes before starting...
Steps to reproduce
Just followed this page: https://generator.feathers-plus.com/get-started/ and then had executed
Expected behavior
App should start
Actual behavior
App crashed with the following output:
System configuration
Operating System: