Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.8k views
in Technique[技术] by (71.8m points)

amazon web services - "Node.js is not installed". while trying to integrate android studio to AWS

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.

error image

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

PS C:WINDOWSsystem32> node -v
v12.18.1
PS C:WINDOWSsystem32> 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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I had the same issue and could resolve it by restarting Android Studio. ("rebuild" etc. did not solve it)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...