Esri / arcgis-webpack-plugin

Webpack plugin for the ArcGIS API for JavaScript
Apache License 2.0
134 stars 26 forks source link

SSH fetching dojo/utils package in 4.17.5 version #111

Closed yevhenii-username closed 8 months ago

yevhenii-username commented 3 years ago

Error while building project with dependency - "@arcgis/webpack-plugin": "4.17.5",

Description

it's an error from CI

image

its node modules from @arcgis/webpack-plugin package.

image

Expected Behavior

Build without trying to fetch dojo/utils through ssh

Actual Behavior

Try to get through ssh

Possible Fix

change ssh to https fetchig

Steps to Reproduce

  1. Install @arcgis/webpack-plugin": "4.17.5

Your Environment

odoe commented 3 years ago

You can configure git alias. git config --global url."https://".insteadOf git://

This is first time issue has come up, so I would rather not change it. We are not updating older versions unless absolutely needed at this point.

andygup commented 8 months ago

Closing issue in preparation for repo archiving.