-
Notifications
You must be signed in to change notification settings - Fork 26
add: documentation to help Windows developers to use openssl #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Isn't this issue not unique to openssl but true of any node module that isn't on PATH? |
Interestingly, even though I added it to PATH, I would still get the error.
…On Wed, Jul 6, 2022 at 2:07 PM Stalgia Grigg ***@***.***> wrote:
Isn't this issue not unique to openssl but true of any node module that
isn't on PATH?
—
Reply to this email directly, view it on GitHub
<#168 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNSQUZDT5AN7EXNSOA4PYLVSXYSBANCNFSM52YAWELQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@@ -18,6 +18,7 @@ function calculate() { | |||
} | |||
|
|||
function draw() { | |||
setViewerPosition(0, 0, 20); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be better to move the object rather than viewer to keep these examples conceptually simple
@@ -26,6 +26,7 @@ function calculate() { | |||
} | |||
|
|||
function draw() { | |||
setViewerPosition(0, 0, 20); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably better to separate these changes from the openssl documentation changes. This commit can be reverted and then a new branch can be made with a new PR.
…r during VR" This reverts commit 4c6ed54.
reverted that commit, will move the objects in another PR |
Windows users should git bash to prevent this openssl error