emacs-import-js icon indicating copy to clipboard operation
emacs-import-js copied to clipboard

run-import-js error:"Process import-js not running"

Open lidh04 opened this issue 1 year ago • 0 comments

I install import-js layer in my .spacemacs.

dotspacemacs-configuration-layers
   '(
     import-js
    ...
   )

install the import-js:

$ npm install -g import-js

also the exec-path:

Its value is
(... "/Users/xxxx/.nvs/node/16.15.0/x64/bin")

when I exec SPC m i i, the error occurs: Process import-js not running

lidh04 avatar Sep 10 '22 23:09 lidh04