handsontable-key-value icon indicating copy to clipboard operation
handsontable-key-value copied to clipboard

Module not found after migrate to handsontable version 8.3.1

Open Gazoon007 opened this issue 3 years ago • 0 comments

Describe the bug Fail to run the project after migrating from handsontable 7 to 8 with vue wrapper, error shows:

These dependencies were not found:
* handsontable/es/i18n/constants in ./node_modules/handsontable-key-value/es/filters/keyValueComponent.js
* handsontable/es/plugins/filters/component/value in ./node_modules/handsontable-key-value/es/filters/keyValueComponent.js
* handsontable/es/plugins/filters/ui/multipleSelect in ./node_modules/handsontable-key-value/es/filters/keyValueMultipleSelectUI.js
* handsontable/es/plugins/filters/utils in ./node_modules/handsontable-key-value/es/filters/keyValueComponent.js
To install them, you can run: npm install --save handsontable-css handsontable/es/i18n/constants handsontable/es/plugins/filters/component/value handsontable/es/plugins/filters/ui/multipleSelect handsontable/es/plugins/filters/utils

To Reproduce Steps to reproduce the behavior:

  1. Upgrade the package by entering the command npm install handsontable @handsontable/vue@5
  2. Run the project
  3. Error shows on the console

Expected behavior Works as expectedly, (before migrated)

Environment:

  • OS: Windows 10 (WSL 2)
  • Browser: Chrome
  • Handsontable version: 8.3.1
  • Framework: Nuxt 2.14.12

Gazoon007 avatar Mar 07 '21 16:03 Gazoon007