Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It looks like your version of the sharp package included in one of the gulp plugins is mercilessly outdated and not compatible with the current nodejs, and therefore is not built: https://github.com/lovell/sharp/issues/1668
Try update a package that requires the sharp package.
Hello. Try the following (if you're on Linux or Mac, do global installs with sudo superuser rights):
1. Delete the node_modules folder;
2. Run the command: "npm uninstall -g gulp";
3. Remove Nodejs from the system;
4. Install Nodejs again;
5. Run the following command in the project folder: "npm i -g gulp npm-check-updates";
6. Run the "ncu" command and if there are obsolete modules, update them with the "ncu -u" command;
7. Install the modules with the "npm i" command.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question