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
I verified that the issue exists in the latest Next.js canary release
Provide environment information
The module 'react-dom' was not found. Next.js requires that
you include it in 'dependencies' of your 'package.json'. To
add it, run 'npm install react-dom'
(node:11140) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, realpath 'P:\NodeProjects\TakeShape\External Repos\next.js\info'
at Function.realpathSync.native (fs.js:1855:3)
at Object.getProjectDir (C:\Users\user\AppData\Roaming\npm\node_modules\next\dist\lib\get-project-dir.js:39:46) at nextDev (C:\Users\user\AppData\Roaming\npm\node_modules\next\dist\cli\next-dev.js:84:37)
at C:\Users\user\AppData\Roaming\npm\node_modules\next\dist\bin\next:119:34
at processTicksAndRejections (internal/process/task_queues.js:95:5)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:11140) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:11140) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
This issue has been automatically closed due to two years of inactivity. If you’re still experiencing a similar problem or have additional details to share, please open a new issue following our current issue template. Your updated report helps us investigate and address concerns more efficiently. Thank you for your understanding!
Verify canary release
Provide environment information
Which example does this report relate to?
cms-takeshape https://github.com/vercel/next.js/tree/canary/examples/cms-takeshape
What browser are you using? (if relevant)
N/A
How are you deploying your application? (if relevant)
N/A
Describe the Bug
The readme is outdated. Old terminology and instructions needs to be updated. I'm the technical writer for TakeShape.
Expected Behavior
Old terminology should be updated. Words like Content Type should be changed to Shape. Certain instructions no longer match the TakeShape UI.
To Reproduce
It's an issue in the readme.
The text was updated successfully, but these errors were encountered: