RblSb / SyncTube

Synchronized video viewing with chat and other features (one-channel web service)
MIT License
247 stars 52 forks source link

package-lock.json error #34

Closed flaxplax closed 2 years ago

flaxplax commented 2 years ago

I get a lock file error when running the npm install ws

npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
RblSb commented 2 years ago

This is warning, so your ws installation should be fine. If you want you can remove local node_modules folder from project folder and rerun npm install ws again.