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
Rob Bayliss edited this page Apr 27, 2019
·
4 revisions
Welcome to the Drupal-Scaffold wiki!
Here you will find fixes for specific, known issues:
Upgrading to Node 10:
As of 4/27/2019, our PHP images were bumped to use NodeJS version 10 (from version 6). This can cause some specific issues during CI builds. The known errors we have seen are:
The fix for these errors is pretty straightforward:
Make sure you are running on NodeJS v10 (using nvm from your host system, or using the newest version of the LastcallMedia/PHP containers).
Try running yarn upgrade to regenerate the lockfile. yarn upgrade MAY reorder dependencies in package.json, which shouldn't be a problem, but you should check package.json before committing to be sure that nothing unexpected changed.
The PR to bump yarn.lock for the v10 upgrade on this repo can be seen here.