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
With the introduction of npm-5.x, the lock file is automatically created. The installation of modules invoked by webpacker utilizes yarn. Need verification added to check if npm version >= 5.0 and perform npm install rather than yarn install.
The text was updated successfully, but these errors were encountered:
With the introduction of npm-5.x, the lock file is automatically created. The installation of modules invoked by webpacker utilizes yarn. Need verification added to check if npm version >= 5.0 and perform
npm install
rather thanyarn install
.The text was updated successfully, but these errors were encountered: