I can't figure out what to do to make postcss (posthtml) work in Gulp:
Could not find a declaration file for module 'gulp-postcss'. '/Users/1ego/Documents/projects/skinali/node_modules/gulp-postcss/index.js' implicitly has an 'any' type. Try `npm install @types/gulp-postcss` if it exists or add a new declaration (.d.ts) file containing `declare module 'gulp-postcss';`
The npm install @types/gulp-postcss
results in:
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fgulp-postcss - Not found npm ERR! 404 npm ERR! 404 '@types/gulp-postcss@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: npm ERR! /Users/1ego/.npm/_logs/2019-04-08T14_26_28_651Z-debug.log
What is this mistake? What to do?
How to avoid in the future? What, and most importantly, where to look, what would be corrected?