You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
classnames package is used in the project without being in package.json
its currently only working because a reference in package-lock.json
To Reproduce
Steps to reproduce the behavior:
delete package-lock.json
run npm install
build will fail because package is missing
Expected behavior
build should work even without a lock file
The text was updated successfully, but these errors were encountered:
Describe the bug
classnames package is used in the project without being in package.json
its currently only working because a reference in package-lock.json
To Reproduce
Steps to reproduce the behavior:
Expected behavior
build should work even without a lock file
The text was updated successfully, but these errors were encountered: