Hello everybody,
I'm getting the following error
ReferenceError: primordials is not defined at fs.js:35:5 at req_ (/usr/local/lib/node_modules/apigee2openapi/node_modules/natives/index.js:143:24) at Object.req [as require] (/usr/local/lib/node_modules/apigee2openapi/node_modules/natives/index.js:55:10) at Object.<anonymous> (/usr/local/lib/node_modules/apigee2openapi/node_modules/graceful-fs/fs.js:1:37) at Module._compile (internal/modules/cjs/loader.js:1158:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10) at Module.load (internal/modules/cjs/loader.js:1002:32) at Function.Module._load (internal/modules/cjs/loader.js:901:14) at Module.require (internal/modules/cjs/loader.js:1044:19)
while running the command apigee2openapi -d /myPath/
Can anyone help me please?