getNodeJsProjectPath method
Returns the file path where the Node.js project is located.
This is useful for reading/writing to the same project folder from Dart.
Implementation
Future<String?> getNodeJsProjectPath() {
throw UnimplementedError(
'getCurrentNodeVersion() has not been implemented.',
);
}