gulpjs / gulp-util

[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module 'lodash.template'

PawelGIX opened this issue · comments


module.js:327
    throw err;
    ^

Error: Cannot find module 'lodash.template'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/usr/local/lib/node_modules/gulp/node_modules/gulp-util/lib/template.js:1:78)
    at Module._compile (module.js:397:26)
    at Object.Module._extensions..js (module.js:404:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)

Completely reinstall gulp with rm -rf node_modules && npm cache clean && npm i gulp && npm i -g gulp-cli

@phated it's not helped to me. Any ideas what else I can try?