react-graph-vis icon indicating copy to clipboard operation
react-graph-vis copied to clipboard

fixed missing dependencies in package-lock-json

Open lwluc opened this issue 3 years ago • 0 comments

Fixed error during npm ci due to package.json and package-lock.json not in sync:

npm ERR! Missing: @types/react@^17.0.4 npm ERR! Missing: @types/vis@^4.21.21 (See build action)

lwluc avatar May 23 '22 04:05 lwluc