You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the project's readme, the following prerequisites are stated:
Git
Node
Docker
Yarn
While building, I found out that node-gyp requires Microsoft Visual Studio (specifically the C++ part). Looking at this and how the part about node-gyp being required seems ambiguous to me, I suggest updating the prerequisites to the following:
Git
Node
Docker
Yarn
node-gyp
Microsoft Visual Studio with C++ installed
The text was updated successfully, but these errors were encountered:
In the project's readme, the following prerequisites are stated:
While building, I found out that node-gyp requires Microsoft Visual Studio (specifically the C++ part). Looking at this and how the part about node-gyp being required seems ambiguous to me, I suggest updating the prerequisites to the following:
The text was updated successfully, but these errors were encountered: