We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ae071 commit af0c9c1Copy full SHA for af0c9c1
Makefile
@@ -1,2 +1,2 @@
1
serve:
2
- npm run serve
+ . "${NVM_DIR}/nvm.sh"; nvm use; npm run serve
0 commit comments