79179218

Date: 2024-11-11 21:47:22
Score: 1.5
Natty:
Report link

Mostly in a Macbook m series chip you are going to face this problems if you encounter this error that mean you need to increase your stack size

for that type 'ulimit -n' on you bash or zsh terminal

and then type 'ulimit -n 4096' for temporary increase the limit.

or To make it permanent, you can add the following line to your ~/.bash_profile or ~/.zshrc.

Make sure to restart your system

If still the problem if there delete node module and reinstall it.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saurabh Kandari