File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ for NEXTJS_VERSION in 10 11 12; do
82
82
# https://github.com/webpack/webpack/issues/14532#issuecomment-947513562
83
83
# Context: https://github.com/vercel/next.js/issues/30078#issuecomment-947338268
84
84
if [ " $NODE_MAJOR " -gt " 17" ] && [ " $WEBPACK_VERSION " -eq " 4" ]; then
85
- echo " [nextjs$NEXTJS_VERSION | webpack@$WEBPACK_VERSION ] Node $NODE_MAJOR not compatible with Webpack $WEBPACK_VERSION "
85
+ echo " [nextjs@ $NEXTJS_VERSION | webpack@$WEBPACK_VERSION ] Node $NODE_MAJOR not compatible with Webpack $WEBPACK_VERSION "
86
86
exit 0
87
87
fi
88
88
if [ " $NODE_MAJOR " -gt " 17" ] && [ " $NEXTJS_VERSION " -eq " 10" ]; then
89
- echo " [nextjs$NEXTJS_VERSION | webpack@$WEBPACK_VERSION ] Node $NODE_MAJOR not compatible with Webpack $WEBPACK_VERSION "
89
+ echo " [nextjs@ $NEXTJS_VERSION | webpack@$WEBPACK_VERSION ] Node $NODE_MAJOR not compatible with next.js $NEXTJS_VERSION "
90
90
exit 0
91
91
fi
92
92
You can’t perform that action at this time.
0 commit comments