refactor: Remove Dependencies Causing Install Issues on M1 (electron, spectron) #4723
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
`npm ERR! code 1
npm ERR! path /Users/kenneth.lewis/dev/salesforcedx-vscode/node_modules/electron-chromedriver
npm ERR! command failed
npm ERR! command sh -c node ./download-chromedriver.js
npm ERR! /Users/kenneth.lewis/dev/salesforcedx-vscode/node_modules/electron-chromedriver/download-chromedriver.js:19
npm ERR! if (err != null) throw err
npm ERR! ^
npm ERR!
npm ERR! Error: Failed to find Electron v7.0.0 for darwin-arm64 at https://github.com/electron/electron/releases/download/v7.0.0/chromedriver-v7.0.0-darwin-arm64.zip
npm ERR! at Request. (/Users/kenneth.lewis/dev/salesforcedx-vscode/node_modules/nugget/index.js:197:61)
npm ERR! at Request.emit (node:events:513:28)
npm ERR! at Request.onRequestResponse (/Users/kenneth.lewis/dev/salesforcedx-vscode/node_modules/request/request.js:1059:10)
npm ERR! at ClientRequest.emit (node:events:513:28)
npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:693:27)
npm ERR! at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
npm ERR! at TLSSocket.socketOnData (node:_http_client:534:22)
npm ERR! at TLSSocket.emit (node:events:513:28)
npm ERR! at addChunk (node:internal/streams/readable:315:12)
npm ERR! at readableAddChunk (node:internal/streams/readable:289:9)
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kenneth.lewis/.npm/_logs/2023-03-01T23_53_44_689Z-debug-0.log`
What issues does this PR fix or reference?
@W-12626905@
Functionality Before
Functionality After