You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I have a working app with AdminLTE 2.36, I want to update to 3.2 version to fix some issues on some browsers.
First I install the new version and I get:
PS C:\Manuel\argus> npm install admin-lte@^3.2 --save
npm WARN deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated [email protected]: The project has been renamed to flag-icons
npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
npm WARN [email protected] requires a peer of bootstrap@^3.1.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
updating from 2.3.6 to 3.2 it is possible?
so I have a working app with AdminLTE 2.36, I want to update to 3.2 version to fix some issues on some browsers.
First I install the new version and I get:
then I add
and I get
Error: $.AdminLTE is undefined
any help would be appreaciated , thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions