[SOLVED] Run Demo parse-server Auth error!

The following error occurs at runtime. What is the solution?

npm run dev  
Active code page: 65001

> [email protected] dev
> ts-node src/index.ts

bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
Error: Cannot find module 'apollo-server-core'
Require stack:.....

was that apollo-server-core as a dependency that has to be installed?

Thank you for your reply

After installing Apollo-Server, the error disappeared

npm install apollo-server graphql
1 Like