'Why am I getting this error same thing works on my local machine but not in a container help me
Here is the error while running it in a docker container

Solution 1:[1]
Seems like an issue with the version 17.5 of Node engine. You can try to downgrade your Docker image until it's resolved.
Please check the related GitHub issues before asking on StackOverflow, this one seems to be your exact problem.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Gaƫtan Boyals |
