diff --git a/examples/nextjs-with-typescript/package.json b/examples/nextjs-with-typescript/package.json index 75c3180157a7d9..f9df97fe67f3db 100644 --- a/examples/nextjs-with-typescript/package.json +++ b/examples/nextjs-with-typescript/package.json @@ -16,6 +16,7 @@ }, "devDependencies": { "@types/next": "latest", + "@types/node": "latest", "@types/react": "latest", "@types/react-dom": "latest", "typescript": "latest"