When I open Atom, I immediately receive this error

Hi I’ve uninstalled and reinstalled Julia, Atom, as well as the packages uber-juno and julia-client. But upon opening atom I receive this error message. I think the error stems from a failed installation of juno.

The effect of this error is I cannot access the Julia REPL/IDE at all. Any ideas?

Failed to activate the julia-client package

The module ‘/Users/zyazdani/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/build/Release/pty.node’
was compiled against a different Node.js version using
NODE_MODULE_VERSION 69. This version of Node.js requires
NODE_MODULE_VERSION 70. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).
Hide Stack Trace
Error: The module ‘/Users/zyazdani/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/build/Release/pty.node’
was compiled against a different Node.js version using
NODE_MODULE_VERSION 69. This version of Node.js requires
NODE_MODULE_VERSION 70. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).
at process.func [as dlopen] (electron/js2c/asar.js:138:31)
at Object.Module._extensions…node (internal/modules/cjs/loader.js:881:18)
at Object.func [as .node] (electron/js2c/asar.js:138:31)
at Module.load (internal/modules/cjs/loader.js:701:32)
at tryModuleLoad (internal/modules/cjs/loader.js:633:12)
at Function.Module._load (internal/modules/cjs/loader.js:625:3)
at Module.require (file:///private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app.asar/static/index.js:72:46)
at require (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:146766)
at Object. (/Users/zyazdani/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js:26:11)
at Object. (/Users/zyazdani/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js:278:3)
at Module.get_Module._compile (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:147450)
at Object.value [as .js] (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:150998)
at Module.load (internal/modules/cjs/loader.js:701:32)
at tryModuleLoad (internal/modules/cjs/loader.js:633:12)
at Function.Module._load (internal/modules/cjs/loader.js:625:3)
at Module.require (file:///private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app.asar/static/index.js:72:46)
at require (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:146766)
at Object. (/Users/zyazdani/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/index.js:13:20)
at Object. (/Users/zyazdani/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/index.js:51:3)
at Module.get_Module._compile (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:147450)
at Object.value [as .js] (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:150998)
at Module.load (internal/modules/cjs/loader.js:701:32)
at tryModuleLoad (internal/modules/cjs/loader.js:633:12)
at Function.Module._load (internal/modules/cjs/loader.js:625:3)
at Module.require (file:///private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app.asar/static/index.js:72:46)
at require (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:146766)
at Object. (/Users/zyazdani/.atom/packages/julia-client/lib/connection/process/basic.js:3:24)
at Object. (/Users/zyazdani/.atom/packages/julia-client/lib/connection/process/basic.js:138:2)
at Module.get_Module._compile (/private/var/folders/dv/trdsjmdx7h701r_8ct_p2jfm0000gn/T/AppTranslocation/8399B51C-54AE-4311-82FA-A9296CA3E4B6/d/Atom.app/Contents/Resources/app/static/:11:147450)
at Object.value [as .js] (/private/var/folders/dv/trd

Try entering the following commands in a shell after closing all Atom instances

apm uninstall ink
apm uninstall julia-client
apm install ink
apm install julia-client

see here: ANN: Juno 0.12.5 - #4 by aviatesk
resp. Update Instructions · Juno Documentation

1 Like

Ah this helped! But now I have a new problem. Julia client has not completely installed. I need to put something in this text box that has popped up. Maybe this is where I insert the path to my julia installation? I’m not sure what that is.
I tried entering this: C:\Users\Zachariya Yazdani\AppData\Local\Julia-1.4.0\bin\julia.exe
but it did not respond. What do I put in this box to complete the installation of julia-client?

Hm, never happened to me. What happens if you start a REPL without Atom and type

using Atom 

and restarting Atom?