Open
Description
did not try anywhere close to all the versions beyond node version 10, however, I did try versions: 12.17.0 and 14.3.0 and both failed to build with the following error:
(node:24174) UnhandledPromiseRejectionWarning: Error: Cannot find module '@babel/compat-data/corejs3-shipped-proposals'
once I switched to v10.21.0 via nvm it built correctly.
Note: I am running this on centos 7.8
Activity