-
Notifications
You must be signed in to change notification settings - Fork 115
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
Update highlight install command #178
Conversation
Codecov Report
@@ Coverage Diff @@
## master #178 +/- ##
=======================================
Coverage 87.47% 87.47%
=======================================
Files 23 23
Lines 966 966
=======================================
Hits 845 845
Misses 121 121 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #178 +/- ##
=======================================
Coverage 87.47% 87.47%
=======================================
Files 23 23
Lines 966 966
=======================================
Hits 845 845
Misses 121 121 Continue to review full report at Codecov.
|
Thanks a lot for this! |
I had the opposite problem:
|
To be precise, when I tried this ( (Btw. I'm thinking on switching to linux. I'm starting to hate windows :D ) |
Hmm shoot, I also did it like @mbaz and it worked. I guess in want of a clear explanation, I'll change the doc slightly to say that the former should work, and that the |
I've experienced some issues with the
highlight.js
package installation, and finally this command solved it:So
--save
is needed (in my case at least). I'm not experienced with node.js at all, so it's possible that it's not a perfect solution.Sources:
stackoverflow, meteor issue.
Edit: I think this caused #174 (at least the node.js part).