PeculiarVentures/fortify

Unable to Install Node modules

sanawershoukat opened this issue · 2 comments

Hi,

I have cloned the master repository of Fortify and when I execute the command npm install it fails with the error, screenshot is attached for reference.

My current node version is v15.14.0 and I even tried with the latest node version but still failed on the same step.

Looking forward to the solution. Thanks in advance.

Screenshot 2023-05-08 at 7 30 45 PM

Step is missing to compile the Fortify app using the latest version of node, so I figure out that step and was successfully able to compile and run the Fortify app.

You can update the Readme.md to add yarn command before compiling the Fortify app.

Thank you @sanawershoukat. Updated README.