Encountering difficulties starting a project with NextJS. After creating the project using
npx create-next-app <projectName>
, running yarn dev
in the terminal without making any changes to files results in the error: SyntaxError: Identifier 'originalPrompt' has already been declared
. Despite searching online, unable to find a solution.
PS: The error is specific to Chrome, as it does not occur on Internet Explorer.