If I run npm run vim
in terminal, what will happen is my terminal will stay in a frozen status.
So, how can I invoke vim in NPM scripts correctly?
If I run npm run vim
in terminal, what will happen is my terminal will stay in a frozen status.
So, how can I invoke vim in NPM scripts correctly?