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
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.
The text was updated successfully, but these errors were encountered:
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
Cannot build source codes for macOS Mojave. Running:
sudo yarn && yarn preminify
I get:The text was updated successfully, but these errors were encountered: