“Node.js is not installed”. while trying to integrate android studio to AWS

落花浮王杯 提交于 2020-07-19 05:40:26

问题


I'm trying to integrate AWS to my android app and for that I followed there official link. after doing all the changes mentioned in the official link and net step was to build the project and here I see faced the following error.

Node.js is currently installed on my (Windows)system.

PS C:\WINDOWS\system32> node -v
v12.18.1
PS C:\WINDOWS\system32> npm -v 
6.14.5                         

I went ahead and googled the error and saw there is already a git issue open for the same and it is resolved but I still see the same issue.

git issue link

any help would be appreciated.

Thanks in advance.

来源:https://stackoverflow.com/questions/62575787/node-js-is-not-installed-while-trying-to-integrate-android-studio-to-aws

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!