mdb-ui-kit icon indicating copy to clipboard operation
mdb-ui-kit copied to clipboard

Issue with latest update

Open holema opened this issue 1 year ago • 3 comments

Hello,

when I upgrade to version 7.0.0 I get this error:

Module build failed: Module not found:                                                   
"./assets/js/app.js" contains a reference to the file "mdb-ui-kit".                      
This file can not be found, please check it for typos or update it if the file got moved.

When I take a look in the package.json file I see that the root file is:

  "main": "js/mdb.min.js",

But this file is not in the /js directory.

Best regards

holema avatar Nov 20 '23 11:11 holema

I am having similar issue. All of my builds are broken as of this morning. My error message is

Cannot find module 'mdb-ui-kit' or its corresponding type declarations.

VictorFerrero avatar Nov 20 '23 21:11 VictorFerrero

Same, with me. I think they didn't updated their Documentation for 7.0.0 update yet.

talha-core avatar Nov 21 '23 09:11 talha-core

Since v7 js file name is mdb.umd.min.js

Shigure92 avatar Mar 11 '24 14:03 Shigure92