Hi, everyone!
(I apologize in advance, if my issue will turn out to be non-relevant or unwise - still, I already spent several days for researching and trying different methods, and I still have no positive result)
So, I am doing “API Design and Fundamentals of Google Cloud’s Apigee API Platform” Coursera course of “Developing APIs with Google Cloud’s Apigee API Platform” specialization.
My equipment: Windows 10 based laptop, Node v11.14.0, npm v6.7.0, Apache Maven 3.5.3, Java version: 12.0.1. Just for reference I will provide here “mvn -v” execution result: https://pastebin.com/ScPeh4Rv .
Those, who did that course, probably remember “Setting up an environment for labs” guide at the end of the course.
On the last step you need to execute in command line tool the following:
npm install
node setup
Running “npm install” (among other response lines) returns:
npm WARN backend-setup@1.0.0 No repository field.
I don’t pay attention to it, and proceed with “node setup”. This is where my issues start.
Issues’ details
Even after having all the installations and settings done (installing required software, setting necessary environment variables, cd’ed to the necessary setup folder), executing “node setup” returns the following: https://pastebin.com/MtmDV5PB.
After researching the error, I decided to add install inside tag in both of pom files within unzipped “setup” folder.
Now, it at least started doing something, but still ends with an error:
I will appreciate any hints and/or criticism, as I am about to drop this course and specialization.
