Next.js: `send` dependency missing from package.json

Created on 2 Jun 2017  路  4Comments  路  Source: vercel/next.js

In versions 3.0.0-beta7 and 3.0.0-beta8 the package send is used here, without appearing as a dependency in package.json.

Thats why since upgrading I get Error: Cannot find module 'send' when attempting to start the server.

Most helpful comment

Sorry for this. Fixing this now.

All 4 comments

馃憤 can confirm, broke me on beta8 as well, fixed by manually installing send.

Sorry for this. Fixing this now.

still same issue here

Confirming here too, just got the error on a brand new app.

Was this page helpful?
0 / 5 - 0 ratings