We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running tests... npm ERR! Test failed. See above for more details.
Running the tests with sudo showed the real problem:
/home/aeschli/workspaces/vscode/test/smoke/src/main.js:15 var testRepoLocalDir = path.join(process.cwd(), `${tempFolder}/vscode-smoketes ^ SyntaxError: Unexpected token ILLEGAL
Changing the version of the installed NodeJS to 7.5 fixed the issue
This could be fixed by avoiding ES6 syntax, or by adding a version check or by using electron run the tests.
The text was updated successfully, but these errors were encountered:
0fd6267
Resolves microsoft#27922
8d3763a
michelkaporin
No branches or pull requests
Running the tests with sudo showed the real problem:
Changing the version of the installed NodeJS to 7.5 fixed the issue
This could be fixed by avoiding ES6 syntax, or by adding a version check or by using electron run the tests.
The text was updated successfully, but these errors were encountered: