-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Installation Windows (64 bit) #619
Comments
After a few hours of research, this is my two cents: All installed dependencies are 64 bit. Environment
Steps
Congratulations! You've successfully installed node-canvas. Note: Please, it's IMPORTANT to follow the guidelines exactly as you see. TroubleshootingI had some problems installing another modules. For example, node-gyp is another problematic module when you want to install it on Windows (check this) but this guide is excellent to getting things installed: Building using Node-GYP with Visual Studio Express 2015 on Windows 10 Pro x64 The guide works fine for Windows 8.1, because Windows 10 is Windows 8.1 with plastic surgery =D. In my case I just had to set the environment variable (GYP_MSVS_VERSION=2015). By the way, if you want to a painless environment variables management, you can use Rapid Environment Editor. TestingTo test if everything is ok, I've used Trianglify:
If you can see random.png inside of examples/, you can breathe =) Final wordsHTH! |
Hello sir, I got an error when Im trying to install the canvas. please help me, this is the error I've got.
|
@klentgary Did you follow the instructions posted? It seems like you only ran What you want to do is either |
@klentgary, as @LinusU says, did you follow all instructions? did you install all the dependencies? I've updated the step 4. |
Instructions updated |
@zorobabel Thanks a ton for the instructions, and for linking the bugs! I've gone thru and closed them 👍 |
@LinusU You're welcome, thanks to you, too! |
If anyone is still seeing errors related to a Basically you need to node-gyp global path, it should be something like
and open the #ifndef DELAYIMP_INSECURE_WRITABLE_HOOKS before the first |
ohh god. THANK YOU SO MUCH!!!! I LOVE YOU!! |
Is this going to be merged? Into code? In to instructions? |
joxford-soltech's comment was fixed in node-gyp, it's not a canvas issue. |
How is running npm install canvas and getting that error not a canvas issue?
…On Fri, Oct 27, 2017 at 11:28 AM, Zach Bjornson ***@***.***> wrote:
joxford-soltech's comment was fixed in node-gyp, it's not a canvas issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#619 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AX5XbnxqyV5GM76tZoc9apgqn3zrTquJks5swiDQgaJpZM4F0uXR>
.
--
CONFIDENTIALITY NOTICE: The contents of this email message and any
attachments are intended solely for the addressee(s) and may contain
confidential and/or privileged information and may be legally protected
from disclosure. It is then shared with tech companies, bots, hackers,
government agencies, and marketers. The security of this message is none,
and it may be shared on Instagram at anytime. If you are OK with this,
please respond. There isn't really any security or privacy anywhere. If
you disagree you may want to go camping and talk to people face-to-face
like in old times.
|
Everything that canvas depends on, when you add a dependency, you inherit
all of that dependencies' issues also. When node-gyp changes and it breaks
building canvas that is both a node-gyp issue and a canvas issue because
it's a dependency.
On Fri, Oct 27, 2017 at 11:41 AM, Brian Cullinan <[email protected]>
wrote:
… How is running npm install canvas and getting that error not a canvas
issue?
On Fri, Oct 27, 2017 at 11:28 AM, Zach Bjornson ***@***.***>
wrote:
> joxford-soltech's comment was fixed in node-gyp, it's not a canvas issue.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#619 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AX5XbnxqyV5GM76tZoc9apgqn3zrTquJks5swiDQgaJpZM4F0uXR>
> .
>
--
CONFIDENTIALITY NOTICE: The contents of this email message and any
attachments are intended solely for the addressee(s) and may contain
confidential and/or privileged information and may be legally protected
from disclosure. It is then shared with tech companies, bots, hackers,
government agencies, and marketers. The security of this message is none,
and it may be shared on Instagram at anytime. If you are OK with this,
please respond. There isn't really any security or privacy anywhere. If
you disagree you may want to go camping and talk to people face-to-face
like in old times.
--
CONFIDENTIALITY NOTICE: The contents of this email message and any
attachments are intended solely for the addressee(s) and may contain
confidential and/or privileged information and may be legally protected
from disclosure. It is then shared with tech companies, bots, hackers,
government agencies, and marketers. The security of this message is none,
and it may be shared on Instagram at anytime. If you are OK with this,
please respond. There isn't really any security or privacy anywhere. If
you disagree you may want to go camping and talk to people face-to-face
like in old times.
|
I was trying to install node-canvas but without success.
The text was updated successfully, but these errors were encountered: