-
Notifications
You must be signed in to change notification settings - Fork 13
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
ERR_UNSUPPORTED_ESM_URL_SCHEME error on Windows 10 #35
Comments
Does your package.json have |
It does not, no. And if I put that in, same error occurs. |
11 tasks
4 tasks
1 task
At long last this is fixed. Sorry for the delay |
This was referenced May 17, 2022
This was referenced Jun 18, 2022
This was referenced Jan 2, 2023
This was referenced Jan 20, 2023
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform: Windows 10, 64 bit
Node: v14.17.0
NPM: 6.14.13
ospec: 4.1.1
Reproduction Steps
npm install --save-dev ospec
package.json
toospec
tests/mytest.spec.js
with following:Expected
Just a message saying 0 assertions passed
Actual
0 assertions passed, with 1 assertion bailed out with following: (note: I altered the name of the project directory in output)
A possible workaround is to downgrade Node.js to v10.15.2, but perhaps this should be investigated to allow for support on newer versions as well.
The text was updated successfully, but these errors were encountered: