node-foreman icon indicating copy to clipboard operation
node-foreman copied to clipboard

How to run nf run 'node --expose-gc' app.js

Open mariusa opened this issue 2 years ago • 0 comments

Hi, trying to run a node script with --expose-gc. How would this be possible? Can't find an example in README.

nf run 'node --expose-gc' app.js

gives
/bin/sh: line 1: node --expose-gc: command not found

nf run node --expose-gc app.js

gives
error: unknown option `--expose-gc'

Thanks!

mariusa avatar May 25 '22 16:05 mariusa