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
This prevents someone from being able to simply do "npm install" once the repo is cloned.
The dependencies section itself is the cause, as braces are used instead of square brackets ({} vs []). Additionally single quoted dependency names are not valid.
The text was updated successfully, but these errors were encountered:
This prevents someone from being able to simply do "npm install" once the repo is cloned.
The dependencies section itself is the cause, as braces are used instead of square brackets ({} vs []). Additionally single quoted dependency names are not valid.
The text was updated successfully, but these errors were encountered: