nodetomic icon indicating copy to clipboard operation
nodetomic copied to clipboard

Suggestion to Dockerize Repository to Prevent NODE_OPTIONS Issue

Open mohammednudman opened this issue 1 year ago • 0 comments

Hello @kevoj and @saro928,

Thank you for maintaining this open-source repository. I encountered an issue after cloning the repository and installing all dependencies. When executing the npm start command, I received the following error: image

I resolved this by using the following command, as referenced in this Stack Overflow post:

To enhance the user experience and avoid this issue in the future, I suggest dockerizing the repository. This would streamline the setup process and ensure a consistent environment for all users.

Thank you!

mohammednudman avatar Jul 20 '24 19:07 mohammednudman