Error: Cannot find module ‘../build/Debug/nodegit.node’ [closed]

Somehow the directory tree for nodejs build/Debug folder got removed with an old wordpress plugin

Found it again with a

find -iname ‘nodegit.node’ -type f

Then just copied it back into the

usr/local/lib/node_modules/@wordpress/env/node_modules/

path and everything was OK again …