Hello All, I am in the LIFT-OFF I: BASICS section “5. APOLLO SERVER”.
I tried to import appolo-server in index.js and schema.js but keep on getting an error as below:
[nodemon] starting node src/index.js
internal/modules/cjs/loader.js:905
throw err;
^
Error: Cannot find module ‘appolo-server’
Require stack:
I have installed appolo-server using npm install and i see package.json is updated with
“dependencies”: {
“apollo-server”: “^3.0.0”
},
I saw the appolo-server package in node_modules folder also.
I tried clearning npm cache, reinstalling node-modules, but none of them worked.
Can someone help me in this issue ?