It seems that you should be importing NodePath from @babel/core, not @babel/node.
NodePath
@babel/core
@babel/node
Try:
import { NodePath } from '@babel/core'