mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

Failure during creating a new project #111

Closed Satti1 closed 11 years ago

Satti1 commented 11 years ago

With the command espresso init -p Steckno i get the following error.

espresso version prints 1.3.0

I'm on a Windows 7 System, Nodes.js 0.10

C:\Software\Java\JavaScript\The-M-Project_v1.3.0\Espresso\node_modules\mu\lib\mu\parser.js:95 throw new Error('Encountered an unclosed tag: "' + this.otag + this.buff MU_NEWLINE" } "m_id": "m_id"ted": "updated_at",ref=\"theme/images/Icon@2x.png\" />",t\">", at Object.Parser.scanTag (C:\Software\Java\JavaScript\The-M-Project_v1.3.0\Espresso\node_modules\mu\lib\mu\parser.js :95:13)

Any idea? Thx. Satti

Satti1 commented 11 years ago

Found it. It was the expression {{appName}} in the config.json file /generator/templates. After replacing with a string the creation works. Thx for your comments.