Skip to content

Commit

Permalink
chore: Relax the nvm version contraints.
Browse files Browse the repository at this point in the history
`nvm` here is necessary for `copilot` to work.
  • Loading branch information
Maverobot committed Apr 2, 2024
1 parent 070664b commit 8fb76e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Use evil keybindings for selecting items in popup menus.
#+BEGIN_SRC emacs-lisp :tangle user-config.el
;; TODO: use the default version instead of hard-coding the specific version
(condition-case err
(nvm-use "v19.1.0")
(nvm-use "20")
(error (message "Could not initialize nvm for emacs. %s" (error-message-string err))))
#+END_SRC
*** conf-mode
Expand Down

0 comments on commit 8fb76e3

Please sign in to comment.