Когда я собираю свой проект nuxt.js, он выдает дружественную ошибку, которая не очень дружелюбна. Я сделал чистую установку (удалил package.lock и node_modules), установил core-js @ 2 и @ babel / runtime-corejs2, но все равно получаю эти ошибки.
ERROR Failed to compile with 4 errors friendly-errors 11:29:16
These dependencies were not found: friendly-errors 11:29:16
friendly-errors 11:29:16
* core-js/library/fn/array/from in ./node_modules/bootstrap-vue/es/utils/array.js
* core-js/library/fn/array/is-array in ./node_modules/bootstrap-vue/es/utils/array.js
* core-js/library/fn/object/assign in ./node_modules/bootstrap-vue/es/utils/object.js
* core-js/library/fn/object/is in ./node_modules/bootstrap-vue/es/utils/object.js
friendly-errors 11:29:16
To install them, you can run: npm install --save core-js/library/fn/array/from core-js/library/fn/array/is-array core-js/library/fn/object/assign core-js/library/fn/object/is
ℹ Waiting for file changes