We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install
1 parent 3428aaf commit 24b42fcCopy full SHA for 24b42fc
index.js
@@ -31,7 +31,7 @@ module.exports = {
31
32
// TO-DO: Post alpha, try to remove this workaround for missing deps in
33
// the next-on-netlify function template
34
- await utils.run.command('npm install next-on-netlify@latest')
+ await utils.run.command('npm install next-aws-lambda')
35
36
if (isStaticExportProject({ build, scripts })) {
37
return failBuild(`** Static HTML export next.js projects do not require this plugin **`)
0 commit comments