Skip to content

Commit 24b42fc

Browse files
authored
Improve npm install fix (#48)
1 parent 3428aaf commit 24b42fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131

3232
// TO-DO: Post alpha, try to remove this workaround for missing deps in
3333
// the next-on-netlify function template
34-
await utils.run.command('npm install next-on-netlify@latest')
34+
await utils.run.command('npm install next-aws-lambda')
3535

3636
if (isStaticExportProject({ build, scripts })) {
3737
return failBuild(`** Static HTML export next.js projects do not require this plugin **`)

0 commit comments

Comments
 (0)