I am struggling to fix this issue, to run node app, I am getting Error: Cannot find module 'iconv'
, I have tried installed iconv using npm install iconv command but getting below error.
gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Could not find any Visual Studio installation to use
then tried this command - npm install --g --production windows-build-tools
and got below error
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
[ ] / reify:resolve: timing reifyNode:node_modules/windows-build-tools/node_modules/ajv Completed in 7
Please help me to solve this issue.