Created
February 13, 2023 15:06
-
-
Save filinvadim/a1247ff3430e5d80194c6226747258bc to your computer and use it in GitHub Desktop.
How to fix 'npm ERR! Maximum call stack size exceeded' using Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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