Serg Shapoval
Serg Shapoval

Reputation: 717

Cannot find module 'liferay-theme-tasks'

When I try to run my GULP task it gives me an exception Cannot find module 'liferay-theme-tasks' But several days ago I deployed my project withou troubles and issues! Also I installed lifery themes. What the trouble? Any solutions?

Upvotes: 2

Views: 2439

Answers (1)

Nicolas Raoul
Nicolas Raoul

Reputation: 60203

I had the same problem, and running this command line solved the problem:

npm install liferay-theme-tasks

Like in your case, I also created and deployed themes two months ago using the same computer, so I am not sure why it has disappeared, but anyway with this now it works again.

Upvotes: 1

Related Questions