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
Today when I tried to start Julia in Atom by pressing "Enter" in REPL, it immediate gave me "Julia has exited. Press Enter to start a new session." There is also a warning about there being 2 deprecations. If I click for details on the deprecations, I get the following:
Use require("electron").shell instead of require("shell")
Today when I tried to start Julia in Atom by pressing "Enter" in REPL, it immediate gave me "Julia has exited. Press Enter to start a new session." There is also a warning about there being 2 deprecations. If I click for details on the deprecations, I get the following:
Use require("electron").shell instead of require("shell")
Object. - C:\Users\nnesbitt\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\shell.js:4:6
Object. - C:\Users\nnesbitt\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\shell.js:9:3
Module._compile - :11:149837
Object..js - :11:153385
Module.load - internal/modules/cjs/loader.js:815:32
Module._load - internal/modules/cjs/loader.js:727:14
Use require("electron").remote instead of require("remote")
Object. - C:\Users\nnesbitt\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\remote.js:4:6
Object. - C:\Users\nnesbitt\AppData\Local\atom\app-1.56.0\resources\app.asar\exports\remote.js:11:3
Module._compile - :11:149837
Object..js - :11:153385
Module.load - internal/modules/cjs/loader.js:815:32
Module._load - internal/modules/cjs/loader.js:727:14
Details
Atom:
Version: 1.56.0
Dev Mode: false
Official Release: true
{
"node": "12.14.1",
"v8": "8.3.110.13-electron.0",
"uv": "1.33.1",
"zlib": "1.2.11",
"brotli": "1.0.7",
"ares": "1.15.0",
"modules": "80",
"nghttp2": "1.40.0",
"napi": "5",
"llhttp": "2.0.1",
"http_parser": "2.8.0",
"openssl": "1.1.0",
"icu": "65.1",
"unicode": "12.1",
"electron": "9.4.4",
"chrome": "83.0.4103.122"
}
julia-client:
Version: 0.12.6
Config:
{
"currentVersion": "0.12.6",
"firstBoot": false,
"juliaPath": "C:\Users\nnesbitt\AppData\Local\Julia-1.3.1\bin\julia.exe",
"uiOptions": {
"enableMenu": true,
"enableToolBar": true
}
}
ink:
Version: 0.12.6
Config:
undefined
uber-juno:
Version: 0.3.0
Config:
{
"disable": true
}
language-julia:
Version: 0.21.1
Config:
undefined
language-weave:not installed
indent-detective:
Version: 0.4.0
Config:
undefined
latex-completions:
Version: 0.3.6
Config:
undefined
Could not connect to Julia.
Steps to reproduce
The text was updated successfully, but these errors were encountered: