When installing gulp, you are always prompted that you are missing modules (cannot find module ‘gulp load plugins’)

What are the eight life cycle hook functions of Vue>>>

We have to consider two situations

1. Install gulp locally and globally

npm i -g gulp && npm i --save-dev gulp

2. Create a new package.json and fill in the missing module name manually

My method is like this, prompt what module is missing, direct global installation, once installed, it will prompt the latest version number, at this time, as long as we fill in the correct version number

Finally, run it again

npm install

then operate

gulp

Similar Posts: