handsontable-key-value
handsontable-key-value copied to clipboard
Module not found after migrate to handsontable version 8.3.1
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:
- Upgrade the package by entering the command
npm install handsontable @handsontable/vue@5
- Run the project
- 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