-
Notifications
You must be signed in to change notification settings - Fork 35
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
[Build] Cannot run react-explorer because drivelist.node is missing #166
Comments
I can reproduce the problem with a fresh check out of the respository: Could you try typing:
This should fix the problem. If that fails, could you list the content of the drivelist build directory:
|
Thanks for the response, it did change the errors. thank you for the assistance since I feel pretty lost at the moment. here is the content of the drivelist build directory
pasting the console output at the bottom
|
I think I know what one of the errors are, my primary language was set to Japanese, and it seemed to be ending up with unidentified language object. Tried turning system language on mac to English but to no avail. |
yep adding ja.json fixed it up, up and running now, thank you! |
Oh, that's a bad bug you just found: this should not crash and should default to English. I opened a new issue for this specific problem. I'll fix it quickly. Any chance you could make a PR with the Japanese translation of react-explorer? |
Thanks, Imma find the time to make the Japanese locale file, now you really will have a ja.json file. |
Trying to test it out and tried to build it locally,
npx electron ./build/main.js
And sure enough none of those files are in the build directory, I feel I'm doing something wrong that has nothing to do with the particular project and its something more general, but I can't seem to find good info on it.
for reference I'm building on a Mac
The text was updated successfully, but these errors were encountered: