-
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
Allow the use of a global installation of Node #294
Comments
Hey thanks a lot, I'll review your proposal asap, thanks for taking the time! (I'm keen to have an easy way for most people and a specific way for folks like you who know their way around NPM 😋) The project sounds great btw! |
Ok so now with a bit more time to look at what you're suggesting, it seems perfectly reasonable, thanks a lot, would you mind opening a PR? otherwise I'll do it tomorrow (don't worry about the docs, I'm currently re-writing the whole docs in a JuDoc website so will integrate that on the way) As a side note, I think you should report the error on Docker to the NodeJS repo! PS: I'm keen to learn more about your collaborative blog idea; if I can help in any way or just watch as something nice happens, I'll be happy to, cheers. |
Thanks for the answer I just did a PR ! I will investigate a bit about the NodeJS.jl error and if I don't find the error I'll report it yes! PS: Of course I'll be happy to discuss with you about the collaborative blog we build with a colleague! I propose on the Julia slack |
closed by #295 |
Hi, first thanks for that great package!
I am developing a collaborative blog using JuDoc.
I may need to deploy JuDoc in a docker container with a Node.js application which has a list of dependencies in its package.json file.
I just need to run
npm install
in the application folder to install all the js dependencies.This package.json is the perfect place to put the JuDoc dependency highlight.js.
However, since issue #262 and PR #263, JuDoc uses exclusively NodeJS.jl and its "julia specific" node installation, which is not convenient as I install highlight.js using my docker image "global" node install.
Are you against something like the following in the build.jl of JuDoc for people who want to choose the node install?
I tested it works.
It would be consistent with the doc troubleshooting section https://tlienart.github.io/JuDoc.jl/dev/#Troubleshooting-1.
Moreover it is related to NodeJS but the function,
NodeJS.nodejs_cmd
, to launch node,errors in a docker with alpine 3.10.2 and julia1.2.0.
Building the Dockerfile:
returns
The text was updated successfully, but these errors were encountered: