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

Cannot build on macOS Mojave #8

Open
strawberry-code opened this issue Nov 26, 2018 · 1 comment
Open

Cannot build on macOS Mojave #8

strawberry-code opened this issue Nov 26, 2018 · 1 comment

Comments

@strawberry-code
Copy link

Cannot build source codes for macOS Mojave. Running: sudo yarn && yarn preminify I get:

yarn install v1.12.3
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
info [email protected]: The platform "darwin" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] 🔗  Linking dependencies...
warning " > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0".
warning "pdfjs-dist > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0".
warning "react-pdf > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0".
[4/4] 📃  Building fresh packages...
success Saved lockfile.
✨  Done in 445.83s.
yarn run v1.12.3
error Command "preminify" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@fetacore
Copy link
Owner

fetacore commented Dec 3, 2018

In order to build you have to do yarn dist:minify and in order to launch in development npm start.
I am finally able to work with macOS but I need to modify some stuff in order for it to be functional. By the end of the year there will be an official release for macOS #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants