jQuery(...).slimScroll is not a function

See original GitHub issue

how to solve the problem log like this:

error_handler.js:46EXCEPTION: Uncaught (in promise): Error: Error in ./BaMenu class BaMenu - inline template:1:64 caused by: jQuery(...).slimScroll is not a function
TypeError: jQuery(...).slimScroll is not a function
    at BaSlimScroll._destroy (http://localhost:3000/main.bundle.js:38500:48)
    at BaSlimScroll._scroll (http://localhost:3000/main.bundle.js:38493:14)
    at BaSlimScroll.ngOnChanges (http://localhost:3000/main.bundle.js:38490:14)
    at _View_BaMenu0.detectChangesInternal (BaMenu.ngfactory.js:118:52)
    at _View_BaMenu0.AppView.detectChanges (http://localhost:3000/vendor.bundle.js:36729:14)
    at _View_BaMenu0.DebugAppView.detectChanges (http://localhost:3000/vendor.bundle.js:36834:44)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:17

github_iconTop GitHub Comments

3reactions
mmdsharificommented, Nov 10, 2016

It solved. Try install dependencies with npm and node with this specific versions:

$ node -v; npm -v
v5.0.0
3.10.9

1reaction
ducdkcommented, Oct 11, 2017

i am facing the same issue. someone plz help me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

slimScroll is not defined on Browser Back Button
First, see if jQuery is defined by inputting jQuery in the console. If it is, try this: Try wrapping it in: (function($) {...
Read more >
[Solved] Please Help !! Slimscroll is not working
Solution 1. From the error, it is quite clear that you have not included the js file for slimScroll . Download from jQuery...
Read more >
Developers - slimscroll is not a function -
I plugged in an angular Telerik report viewer angular 4 ver. in a template using the slim scroll library but generate the below...
Read more >
How to use jquery.slimscroll in spfx
slimScroll is not a function. I tried all sorts of things like different import statements. using require in stead off import.
Read more >
Uncaught TypeError: $(...).gridviewScroll is not a function
I tried using replacing $ with Jquery and that also didn't return anything helpful. The code is currently on local host and I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found