Replies: 1 comment
-
Our goal isn't to teach people how to use additional features of nodejs, so I don't think that is necessary. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can run Gulp without globally installed
gulp-cli
by usingnpx gulp
or NPM scripts (e.g.npm run build
). Should the docs mention these?Beta Was this translation helpful? Give feedback.
All reactions