google-translate
google-translate copied to clipboard
Could not run the application after installing, throwing an error mentioned below
Error: Unable to resolve module querystring from /Users/steve/project/personal-project/Demo_Test/node_modules/@iamtraction/google-translate/src/index.js: querystring could not be found within the project or in these directories: node_modules ../../../node_modules
1 | const querystring = require("querystring"); | ^ 2 | const { request } = require("undici"); 3 | 4 | const languages = require("./languages");
what's the node version?
@iamtraction this is my node version - v18.7.0
are you using this in a node app? or is it react/react native?
I am using in React native and getting the same error