You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
warn - SWC minify release candidate enabled. https://nextjs.org/docs/messages/swc-minify-enabled
event - compiled client and server successfully in 1054 ms (137 modules)
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
wait - compiling / (client and server)...
event - compiled client and server successfully in 2.4s (1043 modules)
wait - compiling /note/[id]...
Failed: CANNOT Parseundefined
Failed: CANNOT Parseundefined
Failed: CANNOT Parseundefined
Failed: CANNOT Parseundefined
``
Would you be willing to offer some pointers?
Warmly,
Ben
The text was updated successfully, but these errors were encountered:
Hi! Running on windows leads to an error in the package.js file I believe, as it uses the command rm -rf, a linux/unix command. To address this, change it to del /q, and it should work. This breaks netlify however, so be cautious. Also, make sure that instead of running yarn && yarn run dev, you run yarn, enter, yarn run dev. && is not supported on windows.
Hi,
I'm on Windows, and I see
``
C:\D\GitHub\digital-garden>npm run dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
warn - SWC minify release candidate enabled. https://nextjs.org/docs/messages/swc-minify-enabled
event - compiled client and server successfully in 1054 ms (137 modules)
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
wait - compiling / (client and server)...
event - compiled client and server successfully in 2.4s (1043 modules)
wait - compiling /note/[id]...
Failed: CANNOT Parseundefined
Failed: CANNOT Parseundefined
Failed: CANNOT Parseundefined
Failed: CANNOT Parseundefined
``
Would you be willing to offer some pointers?
Warmly,
Ben
The text was updated successfully, but these errors were encountered: