Skip to content
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

Error: WebKit revision is not downloaded. Run "npm install" #91539

Closed
chrmarti opened this issue Feb 26, 2020 · 1 comment
Closed

Error: WebKit revision is not downloaded. Run "npm install" #91539

chrmarti opened this issue Feb 26, 2020 · 1 comment
Assignees

Comments

@chrmarti
Copy link
Collaborator

#91337 MacOS webkit

Not sure where to run npm install, the error says: Error: WebKit revision is not downloaded. Run "npm install".

yarn smoketest --build /Users/chrmarti/Development/repos/tmp/vscode-server-darwin-web --web --browser webkit
yarn run v1.22.0
$ cd test/smoke && node test/index.js --build /Users/chrmarti/Development/repos/tmp/vscode-server-darwin-web --web --browser webkit


*** Test data: /var/folders/1r/v4708sbs30jfn87m512fcfnm0000gn/T/t80087o5q36HB6MZdB
*** Preparing smoketest setup...
*** Cloning test project repository...
*** Running yarn...
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning " > [email protected]" has incorrect peer dependency "[email protected] - 5.x".
[4/4] 🔨  Building fresh packages...
*** Smoketest setup done!

  VSCode Smoke Tests (Web)
Server stderr: Ignoring option browser: not supported for server.

Server stdout:

*
* Visual Studio Code Server
*
* Reminder: You may only use this software with Visual Studio family products,
* as described in the license https://aka.ms/vscode-remote/license
*



Server stdout: IP Address: 192.168.0.32

Server stdout: IP Address: 10.211.55.2
IP Address: 10.37.129.2

Server stdout: Extension host agent listening on 8000

Server stdout: Web UI available at http://localhost:8000/?tkn=f4060b3d-a89a-4def-9b7d-c2be0367aeda



Server stdout: [09:46:13] Extension host agent started.

(node:80087) UnhandledPromiseRejectionWarning: Error: WebKit revision is not downloaded. Run "npm install"
    at WebKit._launchServer (/Users/chrmarti/Development/repos/vscode/node_modules/playwright-core/lib/server/webkit.js:95:23)
    at async WebKit.launch (/Users/chrmarti/Development/repos/vscode/node_modules/playwright-core/lib/server/webkit.js:57:46)
(node:80087) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:80087) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
@chrmarti
Copy link
Collaborator Author

Had to git clean -xfd to get yarn to download the browsers.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants