Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: t1.call$1 is not a function #1774

Open
MahmudulHassan5809 opened this issue Aug 10, 2022 · 7 comments
Open

TypeError: t1.call$1 is not a function #1774

MahmudulHassan5809 opened this issue Aug 10, 2022 · 7 comments

Comments

@MahmudulHassan5809
Copy link

i am facing this problem .
image
Any help . Thanks

@nex3
Copy link
Contributor

nex3 commented Aug 11, 2022

This definitely looks like a bug, but there's no way for us to help without more information. What version of Sass are you using? What's the smallest stylesheet that still produces this error message?

@njalcock
Copy link

njalcock commented Nov 14, 2022

I was facing this problem on Ubuntu 22.04. It seems to be caused in large projects hitting an upper limit of file watchers. To fix, I did the following:

$ echo fs.inotify.max_user_watches=393210 \
| sudo tee -a /etc/sysctl.conf \
&& sudo sysctl -p

@nex3
Copy link
Contributor

nex3 commented Nov 14, 2022

@njalcock can you find a way to reproduce it consistently?

@njalcock
Copy link

I'm not sure how. I can say that in our case we are running v1.50.1.

@nex3
Copy link
Contributor

nex3 commented Nov 15, 2022

This looks like it's probably an issue with the chokidar library that we use for filesystem watching on Node, but without a consistent repro it's hard to say for sure.

@LionyxML
Copy link

$ echo fs.inotify.max_user_watches=393210 \
| sudo tee -a /etc/sysctl.conf \
&& sudo sysctl -p

Aug 2023. This just saved me on Debian 12.

@nex3
Copy link
Contributor

nex3 commented Nov 17, 2023

I see this issue is still opened...any closure?

As I said in all of my comments above, we cannot do anything here until we have a consistent reproduction.

That said: you appear to be running Ruby Sass 3.7.4, which is not only not this repository, but has been end-of-life for many years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants