-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Whops The URL must be of scheme file" error while trying to build the code on windows #4102
Comments
Hey @arunthirumani, Thanks for the question. Additional info is needed. Could you please provide code snippets or steps to reproduce this issue? |
@ramfattah thank you for the quick response, steps to reproduce:
|
I was able to repro this issue and getting the same error
Terminal stack trace
|
I was able to repro (sort of) as I didn't get that same error. But, running
|
Hey @compulim, can you take a look at this? |
@compulim could you please pick this one up? |
@compulim Could you please provide updates to this issue? Thanks! |
@ramfattah What version of Node.js are you using to build? To build, we requires Node 14 or 16 (current LTS), which supports ES Modules. |
hey @compulim I'm using Node v16.0.0 and npm v8.5.5, Windows 10 OS. I tried to build the project by following this documentation , after entering |
Facing same issue, do we hace any mitigation? |
I am looking into this. I guess it could be related to platform issue, where we use WSL2 (Linux) and didn't try it out on Windows. |
Please view our Technical Support Guide before filing a new issue.
Screenshots
Version
Describe the bug
Steps to reproduce
Expected behavior
Additional context
[Bug]
TypeError [ERR_INVALID_URL_SCHEME]: The URL must be of scheme file
at mkdirSync (node:fs:1318:10)
at default (file:///D:/opensource/BotFramework-WebChat/packages/support/cldr-data-downloader/src/index.js:50:5)
at node:internal/util:335:7
at new Promise ()
at default (node:internal/util:321:12)
at file:///D:/opensource/BotFramework-WebChat/packages/support/cldr-data/src/install.mjs:133:11 {
code: 'ERR_INVALID_URL_SCHEME'
Getting this error while trying to build code in my windows desktop.(Windows 10 Pro)
The text was updated successfully, but these errors were encountered: