iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.08k stars 293 forks source link

fix(package-lock): Restore resolved and integrity properties #2233

Closed Desplandis closed 7 months ago

Desplandis commented 7 months ago

Description

Since commit a8413433091882be7c461977ccdb343c75d89d27, the integrity and resolved properties from package-lock.json seems to be missing. This is caused by an issue in the npm install command line (see npm/cli#4263).

It seems that everyone impacted locally should clean both cache and node_modules folder (see the following instructions: https://github.com/npm/cli/issues/4263#issuecomment-1173093952).

This PR restores both resolved and integrity properties.