XrmDefinitelyTyped icon indicating copy to clipboard operation
XrmDefinitelyTyped copied to clipboard

Usage on Linux

Open Glideh opened this issue 4 years ago • 1 comments

Is there a way to use it under Linux ?

My use case, I need to build some SPAs that'll communicate with Dynamics. These SPAs are running on Docker containers so that's definitely Linux based.

I naively tried to install the npm package

npm i -D @delegateas/xrmdefinitelytyped

But it gets

npm ERR! code EAI_AGAIN npm ERR! errno EAI_AGAIN npm ERR! request to https://registry.npmjs.org/@delegateas%2fxrmdefinitelytyped failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2021-07-27T07_51_31_879Z-debug.log

Am I doing something ? Or even if I'm getting something maybe I'll only get Win binaries ?

Glideh avatar Jul 27 '21 07:07 Glideh

the npm package is not up to date - not even sure whether it works for windows scenarios atm.

That being said, the SDK (which our tools depend on internally) are .NET framework only, meaning the tools are as well. I'm not sure whether that blocks your setup entirely, or if there's some workaround for you.

misoeli avatar Jul 28 '21 06:07 misoeli