derekfinlinson / xrm-webapi

Dynamics 365 Web Api TypeScript module
MIT License
27 stars 13 forks source link

Module not found: Error: #27

Closed Dilli closed 5 years ago

Dilli commented 5 years ago

ERROR in ./node_modules/xrm-webapi/dist/request.js Module not found: Error: Can't resolve 'https' in 'C:\Angular Application\first-crm-angular-app\node_modules\xrm-webapi\dist'

cpereyra5199 commented 5 years ago

Your issues is the same as the last issue for the package.

https://github.com/derekfinlinson/xrm-webapi/issues/22

I was able to get around the issue with the solution mentioned. However, it isn't a long term solution because the file change gets undone when you do an npm install.

derekfinlinson commented 5 years ago

Duplicate of #22