You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Describe the issue you encountered: error while build-package
Platform (Win7, 8, 10? macOS? Linux distro?): macOS
Brave Version (revision SHA): master
Steps to reproduce: git checkout master && git rebase upstream/master && rm -rf ~/.electron && rm -rf node_modules && npm i && CHANNEL=dev npm run build-package
Actual result:
Packaging app for platform darwin x64 using electron v4.4.0
Wrote new app to /Users/Suguru/browser-laptop/Brave-darwin-x64
There were errors during the copy.
Error: ENOENT: no such file or directory, lstat '/Users/Suguru/browser-laptop/node_modules/spellchecker/vendor/hunspell_dictionaries'
Expected result: that error should not happen
Any related issues:
The text was updated successfully, but these errors were encountered:
Describe the issue you encountered: error while build-package
Platform (Win7, 8, 10? macOS? Linux distro?): macOS
Brave Version (revision SHA): master
Steps to reproduce:
git checkout master && git rebase upstream/master && rm -rf ~/.electron && rm -rf node_modules && npm i && CHANNEL=dev npm run build-package
Actual result:
Expected result: that error should not happen
Any related issues:
The text was updated successfully, but these errors were encountered: