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
Thanks for your contribution. The -g option is to install the package globally. Some users might not want that. I'll leave the PR here so people who have the same problem can refer to it!
Faced a couple issues, most probably versioning issue
So listing them here, in case someone reaches this page
node/ magicbook installation issue
can get a bunch of issues like python version, python path (on Mac)
Fix: avoid using Brew to install node as it installs latest version (15.x currently which gives a bunch of error with Prince, a dependency). Instead download installer from node's website and then install (use stable release, avoid latest)
magicbook not found
even after successful node and magicbook installation, this error can show
Fix: use the -g flag as mentioned in this PR. Otherwise it cannot recognise the command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
When trying to build reading the README, I could't execute magicbook.
I was able to execute magicbook by adding the -g option to the install command.