cdQA-ui icon indicating copy to clipboard operation
cdQA-ui copied to clipboard

npm run serve throwing error.

Open infact opened this issue 5 years ago • 2 comments
trafficstars

npm run serve showing error.

ERROR Failed to compile with 4 errors 11:23:26 AM

These dependencies were not found:

  • core-js/library/fn/array/from in ./node_modules/bootstrap-vue/esm/utils/array.js
  • core-js/library/fn/array/is-array in ./node_modules/bootstrap-vue/esm/utils/array.js
  • core-js/library/fn/object/assign in ./node_modules/bootstrap-vue/esm/utils/object.js
  • core-js/library/fn/object/is in ./node_modules/bootstrap-vue/esm/utils/object.js

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

error screen image

infact avatar Mar 03 '20 17:03 infact

npm install [email protected] npm install vue bootstrap-vue bootstrap

Got it working

infact avatar Mar 03 '20 19:03 infact

npm install [email protected] npm install vue bootstrap-vue bootstrap

Got it working

How ? What did you try?

rsingh2083 avatar May 22 '20 20:05 rsingh2083