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

handsontable v. ^9.0.2

Open pierluigi-linardi opened this issue 3 years ago • 0 comments

Describe the bug I have a project(react) with the last version of library handsontable. After i installed the library "handsontable-key-value", I have the following errors:

ERROR in ./node_modules/handsontable-key-value/es/filters/keyValueComponent.js
Module not found: Error: Can't resolve 'handsontable-key-value/es/i18n/constants' in 'C:\Work\IndirectMaterialPurchasingSelfService\Zobele.SPFX.IMSelfService\node_modules\handsontable-key-value\es\filters'

ERROR in ./node_modules/handsontable-key-value/es/filters/keyValueComponent.js
Module not found: Error: Can't resolve 'handsontable/es/plugins/filters/component/value' in 'C:\Work\IndirectMaterialPurchasingSelfService\Zobele.SPFX.IMSelfService\node_modules\handsontable-key-value\es\filters'   

ERROR in ./node_modules/handsontable-key-value/es/filters/keyValueMultipleSelectUI.js
Module not found: Error: Can't resolve 'handsontable/es/plugins/filters/ui/multipleSelect' in 'C:\Work\IndirectMaterialPurchasingSelfService\Zobele.SPFX.IMSelfService\node_modules\handsontable-key-value\es\filters' 

ERROR in ./node_modules/handsontable-key-value/es/filters/keyValueComponent.js
Module not found: Error: Can't resolve 'handsontable/es/plugins/filters/utils' in 'C:\Work\IndirectMaterialPurchasingSelfService\Zobele.SPFX.IMSelfService\node_modules\handsontable-key-value\es\filters'

Probabilly it is due for the missing folder "es" in handsontable v.9.0.2

Thanks

Environment:

  • OS:
  • Browser: Chrome
  • Handsontable version: 9.0.2
  • Webpack: [yes]

pierluigi-linardi avatar Sep 03 '21 09:09 pierluigi-linardi