Ilde Mrt

Results 7 comments of Ilde Mrt

installation fails in Node v0.12 How can I fix this issue? ????

I have update node from version 10 to 12: this is the log file: 0 info it worked if it ends with ok 1 verbose cli [ 'node', '/usr/local/bin/npm', 'install',...

if I switch to node v0.10.9 I can install node_xslt and the app works, but if I switch back to node v.0.12 it doesn't run

I've switched to xslt4node and it works fine with node v0.12 https://www.npmjs.com/package/xslt4node

in my case it was installed in a different location ``` # fnm FNM_PATH="/Users/testuser/.local/share/fnm" if [ -d "$FNM_PATH" ]; then export PATH="$FNM_PATH:$PATH" eval "`fnm env`" fi ``` this worked :point_up: