Neoformat needs access to some global (-g) NPM packages to format files. Using zsh-nvm and lazy loading, Neoformat complains that js-format is not executable which makes parsing fail until I run node -v (or similar) to get nvm to load my preferred Node version.
Neoformat
needs access to some global (-g
) NPM packages to format files. Usingzsh-nvm
and lazy loading,Neoformat
complains thatjs-format
is not executable which makes parsing fail until I runnode -v
(or similar) to getnvm
to load my preferred Node version.