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
Upon clicking Enter, project initializer seems to keep waiting for input, and if you enter the project name after a bunch of failed new lines, throws
error: Uncaught (in promise) Error: The filename, directory name, or volume label syntax is incorrect. (os error 123): rfresh-project'rs\[removed]\Desktop\king8fisher\bug-report-deno-fresh-fragment\
const dir = [...Deno.readDirSync(resolvedDirectory)];
^
at Object.readDirSync (ext:deno_fs/30_fs.js:170:14)
at https://deno.land/x/[email protected]/init.ts:76:24
Another funny thing is addition of rs in the error message as if it tries to get rid of \r\n and remains with r - this could be the source of the issue (potentially).
Suggestion: offer deno-fresh-project instead.
The text was updated successfully, but these errors were encountered:
Windows 11
Terminal App (PowerShell)
Upon clicking Enter, project initializer seems to keep waiting for input, and if you enter the project name after a bunch of failed new lines, throws
Another funny thing is addition of
r
s in the error message as if it tries to get rid of\r\n
and remains withr
- this could be the source of the issue (potentially).Suggestion: offer
deno-fresh-project
instead.The text was updated successfully, but these errors were encountered: