Skip to content

Instantly share code, notes, and snippets.

@filinvadim
Created February 13, 2023 15:06
Show Gist options
  • Save filinvadim/a1247ff3430e5d80194c6226747258bc to your computer and use it in GitHub Desktop.
Save filinvadim/a1247ff3430e5d80194c6226747258bc to your computer and use it in GitHub Desktop.
How to fix 'npm ERR! Maximum call stack size exceeded' using Docker
RUN npm install -g $YOUR_PACKAGE || npm rebuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment