dlang-community / setup-dlang

Github action for dlang compiler setup
MIT License
46 stars 14 forks source link

Regenerate node_modules missing in v1.0.2 #33

Closed Geod24 closed 4 years ago

Geod24 commented 4 years ago

As mentioned in https://github.com/dlang-community/setup-dlang/pull/32, this should have been done for v1.0.2

Geod24 commented 4 years ago

@mihails-strasuns : How did you regenerate them ? A naive npm install doesn't seem to be the way to go :) CC @WebFreak001 (yes my JS game is weak).

mihails-strasuns commented 4 years ago

@Geod24 if you need to use the ones currently specified in package-lock, the easiest is to just delete node_modules and run npm install - probably there is a better way but I am a bit ignorant here :) Or just npm update to get the latest version of everything.

Geod24 commented 4 years ago

Right, just forgot to use --production, hence the +800k LoC. Fixed now.

Geod24 commented 4 years ago

No more annotations, seems like this is working.

mihails-strasuns commented 4 years ago

👍