Unexpected token error (JSX node) in with-typescript example when using symlinked project directory #14185
Unanswered
transiient
asked this question in
Help
Replies: 1 comment
-
Facing the same issue when upgrading to any minor version after 9.3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
I'm using Powershell inside Windows Terminal. I've got a Documents folder on another hard drive which is symlinked via a
Documents-SL
link.I navigated through to my dev projects directory via this symlink and got this error when launching my Next.JS project:
To Reproduce
You must have a directory symlink to reproduce this bug. I am using a
Documents
folder on another hard drive.cd
into a symlink directory - (eg:cd C:\Users\abcde\Documents-Symlink\Projects
)yarn create next-app frontend
with-typescript
example project as a templatecd
into the./frontend
directoryyarn dev
http://localhost:3000/
Expected behavior
Expected the page to load. Instead got an error page.
System information
Additional Context
I don't think this is necessary a template issue, or even a Next JS issue necessarily, but I'm not sure where the issue stems and someone else may have more luck with debugging/tracing.
Beta Was this translation helpful? Give feedback.
All reactions