Open cxa opened 3 years ago
I don't want to hardcode path, so if get path from shell, this will not work.
(use-package svelte-mode :ensure t :ensure-system-package ((concat (string-trim (shell-command-to-string "npm root -g")) "/prettier-plugin-svelte") . "npm i -g prettier-plugin-svelte"))
I don't want to hardcode path, so if get path from shell, this will not work.