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
I'm trying to build a node application rpm using your npm package. I've filled out all the options concerning arch with x86_64 as that's the platform I'm currently running. I get the following error when I run the npm start.
Also, I noticed that the keepTemp option has no logic. Whether I set it or not, it still keeps the temp directory. Not sure if that's happening because the builds are failing before it can complete.
The text was updated successfully, but these errors were encountered:
I'm trying to build a node application rpm using your npm package. I've filled out all the options concerning arch with
x86_64
as that's the platform I'm currently running. I get the following error when I run thenpm start
.OS I'm build on.
Also, I noticed that the
keepTemp
option has no logic. Whether I set it or not, it still keeps the temp directory. Not sure if that's happening because the builds are failing before it can complete.The text was updated successfully, but these errors were encountered: