留言板

Facing issues while creating themes in liferay 7

triveni bandaru,修改在7 年前。

Facing issues while creating themes in liferay 7

New Member 帖子: 21 加入日期: 11-3-24 最近的帖子
1. I have installed below necessary tools for creating new theme.
a) Node JS
b) Gulp, Yoman, Liferay theme- npm install -g gulp yo generator-liferay-theme

2. Facing below error when im trying to generate new theme by running yo liferay-theme
Error: Cannot find module 'unicode/category/So'

Im using Node JS: 4.5.0 on windows 7 64-bit and NPM: 3.10.7

Anyone can help me here and let me know if anything missed
thumbnail
Kailash Yadav,修改在7 年前。

RE: Facing issues while creating themes in liferay 7

Regular Member 帖子: 211 加入日期: 11-10-18 最近的帖子
This is a open issue in node-slug, have a look on issue, there are workaroungs in user comments and pull request is created with fix.
thumbnail
Kailash Yadav,修改在7 年前。

RE: Facing issues while creating themes in liferay 7

Regular Member 帖子: 211 加入日期: 11-10-18 最近的帖子
This issue alreay reported and closed by @caneta for liferay. Have a look on this issue. Hope it will help!
Triveni B,修改在7 年前。

RE: Facing issues while creating themes in liferay 7

New Member 帖子: 21 加入日期: 11-3-24 最近的帖子
Thanks for your response

I have tried this approach, but no luck still facing same issue

https://github.com/liferay/generator-liferay-theme/issues/8
thumbnail
Kailash Yadav,修改在7 年前。

RE: Facing issues while creating themes in liferay 7

Regular Member 帖子: 211 加入日期: 11-10-18 最近的帖子
Triveni B:
Thanks for your response

I have tried this approach, but no luck still facing same issue

https://github.com/liferay/generator-liferay-theme/issues/8


By the way, I've used the latest node and npm versions: node-5.1.0 and npm-3.5.1.

As @caneta mentioned in comments, he used node-5.x, you should upgrade node.js from 4.x to latest and try again.
thumbnail
Robert Frampton,修改在7 年前。

RE: Facing issues while creating themes in liferay 7

New Member 帖子: 12 加入日期: 12-9-26 最近的帖子
Hi Triveni,

Are you still running into the issue or is it working for you now?
Triveni B,修改在7 年前。

RE: Facing issues while creating themes in liferay 7

New Member 帖子: 21 加入日期: 11-3-24 最近的帖子
Robert Frampton:
Hi Triveni,

Are you still running into the issue or is it working for you now?



I have tried with the versions, I am still running into same issue.
Please let me know if you have more thoughts.