We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7e29e commit 6e9192aCopy full SHA for 6e9192a
src/setup_build.jl
@@ -34,7 +34,7 @@ function build_node(dir)
34
npm_cache_dir = @get_scratch!("npm_cache")
35
cmd = addenv(npm_cmd(), "NPM_CONFIG_CACHE" => npm_cache_dir)
36
37
- @info "PlutoPDF: Running npm install in scratch space..." cdm read(`$(cmd) --version`, String)
+ @info "PlutoPDF: Running npm install in scratch space..." cmd read(`$(cmd) --version`, String)
38
39
if dir != dirname(node_root_files[1])
40
for f in node_root_files
0 commit comments