Julia-client package issue

I have a problem in atom, when I try to launch julia by pressing enter, julia exits immediately.
I have seen on another post that the julia-client package might responsible for this issue and decided to re-install it.
Here is the issue : julia-client fails to activatr, no matter what I try, and I get the following stacktrace :

TypeError: item.setOption is not a function
    at file:///C:/Users/cnelias/.atom/packages/julia-client/lib/runtime/console.js:228:12
    at file:///C:/Users/cnelias/.atom/packages/julia-client/lib/runtime/console.js:236:7
    at Array.forEach (<anonymous>)
    at forEachPane (file:///C:/Users/cnelias/.atom/packages/julia-client/lib/runtime/console.js:234:33)
    at updateTerminalSettings (file:///C:/Users/cnelias/.atom/packages/julia-client/lib/runtime/console.js:226:3)
    at Config.observeKeyPath (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:334714)
    at Config.observe (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:329196)
    at Object.activate (file:///C:/Users/cnelias/.atom/packages/julia-client/lib/runtime/console.js:43:17)
    at Object.consumeInk (file:///C:/Users/cnelias/.atom/packages/julia-client/lib/runtime.coffee:41:11)
    at Object.consumeInk (file:///C:/Users/cnelias/.atom/packages/julia-client/lib/julia-client.coffee:122:7)
    at Provider.provide (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:14:1060527)
    at ServiceHub.consume (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:3293614)
    at Package.activateServices (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:3301846)
    at Package.activateNow (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:3298601)
    at C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:3297925
    at Package.measure (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:3295535)
    at C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:3297785
    at new Promise (<anonymous>)
    at Package.activate (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:3297728)
    at PackageManager.activatePackage (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:382738)
    at C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:382354
    at Config.transactAsync (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:332002)
    at PackageManager.activatePackages (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:382304)
    at PackageManager.activate (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:11:381854)
    at C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:1:757178
    at async Promise.all (index 0)
    at AtomEnvironment.startEditorWindow (C:\Users\cnelias\AppData\Local\atom\app-1.47.0\resources\app\static\<embedded>:1:757663)

Anyone knows what this means ?

I had the same issue, see here

1 Like

Updating ink somehow fixed the issue.