You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this while running nscm with no args from a tmp directory with node 8.1.2
$ nscm
(node:35868) Warning: process.on(SIGPROF) is reserved while debugging
ENOENT: no such file or directory, open 'package.json'
A colleague suggests that this is caused by a pre-req shutdown handler which is binding to all the signals, but SIGPROF is no longer bindable in 8.1.2 - or something.
The text was updated successfully, but these errors were encountered:
Got this while running
nscm
with no args from a tmp directory with node 8.1.2A colleague suggests that this is caused by a pre-req shutdown handler which is binding to all the signals, but SIGPROF is no longer bindable in 8.1.2 - or something.
The text was updated successfully, but these errors were encountered: