# Installing “ink@0.9.12” failed

**URL:** https://discourse.julialang.org/t/installing-ink-0-9-12-failed/17457
**Category:** Juno
**Created:** [November 13, 2018, 1:33am UTC](https://discourse.julialang.org/t/installing-ink-0-9-12-failed/17457 "2018-11-13T01:33:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![4lrdyD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/4lrdyd/32/7790_2.png) [@4lrdyD](https://discourse.julialang.org/u/4lrdyD)
#### Post date: [November 13, 2018, 1:33am UTC](https://discourse.julialang.org/t/installing-ink-0-9-12-failed/17457/1 "2018-11-13T01:33:51Z")

</div>

hello, i tried to install juno, but i get some problems, installing ink i get the following:

```julia
Installing “ink@0.9.12” failed.Hide output…

> ink@0.9.12 postinstall C:\Users\user\AppData\Local\Temp\apm-install-dir-1181012-6960-1pwn1cb.boxg\node_modules\ink
> node scripts/postinstall.js

npm WARN lifecycle npm is using C:\Users\user\AppData\Local\atom\app-1.32.2\resources\app\apm\bin\node.exe but there is no node binary in the current PATH. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
"node" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\user\AppData\Local\Temp\apm-install-dir-1181012-6960-1pwn1cb.boxg\package.json'
npm WARN apm-install-dir-1181012-6960-1pwn1cb.boxg No description
npm WARN apm-install-dir-1181012-6960-1pwn1cb.boxg No repository field.
npm WARN apm-install-dir-1181012-6960-1pwn1cb.boxg No README data
npm WARN apm-install-dir-1181012-6960-1pwn1cb.boxg No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ink@0.9.12 postinstall: `node scripts/postinstall.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the ink@0.9.12 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\.atom\.apm\_logs\2018-11-13T00_53_42_594Z-debug.log

```

any solution?

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [November 13, 2018, 8:35am UTC](https://discourse.julialang.org/t/installing-ink-0-9-12-failed/17457/2 "2018-11-13T08:35:12Z")

</div>

Seems like either a connection issue (just try again in that case) or an issue with your antivirus software (try disabling the live scanning functionality for the duration of the installation).

---

<div class="post-metadata">

### Author: ![4lrdyD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/4lrdyd/32/7790_2.png) [@4lrdyD](https://discourse.julialang.org/u/4lrdyD)
#### Post date: [November 14, 2018, 12:34am UTC](https://discourse.julialang.org/t/installing-ink-0-9-12-failed/17457/3 "2018-11-14T00:34:55Z")

</div>

Thanks for replying, but I disabled the antivirus and the problem persists.
