Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Comment unused require for rimraf to fix missing module error #9919

Merged
merged 1 commit into from
Jul 21, 2017

Conversation

cezaraugusto
Copy link
Contributor

@cezaraugusto cezaraugusto commented Jul 8, 2017

This was blocking builds after a clean install.
Fix #9918

This also happens from 0.17.x to master, but given the feature is not enabled anymore, error in dist build is silent.

Error exists because "exclude extension" option was calling rimraf as a global dep but at some point we removed it. Given we can't exclude an extension via extensions panel anymore, this became a leftover and requiring a missing module was stopping build from running.

STR:

  1. Have a clean install
  2. Start Brave (npm run watch/npm start)
  3. Should start

-
This was blocking builds after a clean install
Fix #9918
@cezaraugusto cezaraugusto added this to the 0.17.14 (Release Channel) milestone Jul 8, 2017
@cezaraugusto cezaraugusto changed the title Skip EXTENSION_UNINSTALLED test, comment rimraf require() Comment rimraf require(), skip EXTENSION_UNINSTALLED test Jul 8, 2017
@cezaraugusto cezaraugusto changed the title Comment rimraf require(), skip EXTENSION_UNINSTALLED test Comment unused require for rimraf to fix missing module error Jul 9, 2017
@cezaraugusto cezaraugusto modified the milestones: 0.18.x (Beta Channel), 0.17.14 (Release Channel), 0.20.x (Nightly Channel) Jul 10, 2017
@cezaraugusto
Copy link
Contributor Author

I had this same error again so I'm going ahead and merge. This has no impact and only left commented a package we don't require anymore. Please ping me if there's something wrong and I'll revert and investigate. thanks.

@cezaraugusto cezaraugusto modified the milestones: 0.21.x (Nightly Channel), 0.20.x (Developer Channel) Jul 21, 2017
@cezaraugusto
Copy link
Contributor Author

also moving to 0.21.x

@cezaraugusto cezaraugusto merged commit 15c72d2 into master Jul 21, 2017
@cezaraugusto cezaraugusto deleted the hotfix--9918 branch July 21, 2017 01:33
@bsclifton
Copy link
Member

++

@NejcZdovc
Copy link
Contributor

@cezaraugusto please add this disabled tests onto this list #5389. Thank you

@NejcZdovc NejcZdovc modified the milestones: 0.20.x (Developer Channel), 0.21.x (Nightly Channel) Jul 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants