installing edgemicro on windows server 2016

Not applicable

Hi All, I am in a process of installing edgemicro gateway on a windows server 2016 x64, unfortunately I am having some difficulties as the packages have now changed and some of them are not supported, also I’ve noticed that the edgemicro gets installed under the logged in user which certainly we do not want to do. I could not find a clear article apart from this https://community.apigee.com/questions/32916/best-practices-for-operational-management-of-micro.html on how to install edgemicro on windows server please have a look below for more details:

PS C:\> npm install -g edgemicro

npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versio

ns of Node.js

npm WARN deprecated node-uuid@1.4.8: Use uuid module instead

npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade

npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer

x:\Users\xxxx\AppData\Roaming\npm\edgemicro -> x:\Users\xxxx\AppData\Roaming\npm\node_modules\edgemicro\cli\edge

micro

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\edgemicro\node_modules\fsevents):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any

"} (current: {"os":"win32","arch":"x64"})

+ edgemicro@2.5.8

added 346 packages in 25.444s

if i can have a call with one of your engineers i will be grateful, thank you for your help

0 4 297
4 REPLIES 4

You can also go through below documentation page on Installing Edge Micro gateway

https://docs.apigee.com/microgateway/latest/installing-edge-microgateway

Former Community Member
Not applicable

Hey @Salam Al-hakami, did the instructions on the community link not work?

Not applicable

Hi Srinandans, TBH i could not get my head around the instruction, we are one of your clients but unfortunately I do not have access to the support portal to open a ticket,

https://apigee.com/about/support/portal

please note that I've an admin access to apigee.com account any help will be highly appreciated, thank you for paying attention to my question.

Former Community Member
Not applicable
@Salam Al-hakami

please try the command

npm install -g -f edgemicro

or

npm install -g -f -no-optional edgemicro

I tried it on Windows Server 2016 and it worked fine.