Node.VaSH icon indicating copy to clipboard operation
Node.VaSH copied to clipboard

can't uglify js

Open aozora opened this issue 11 years ago • 1 comments

The app don't start, it stop due to this error:

\Node.VaSH\libs\server\express.vash.packer.js:53 return jsPacker.gen_code(ast); // compressed code here ^ TypeError: Cannot call method 'gen_code' of undefined at Object.exports.packJS (\Node.VaSH\libs\server\express.vash.packer.js:53:19)

aozora avatar Jun 28 '13 15:06 aozora

Hi Aozora,

Uglify is now in version 2, please use version 1.

I've this in my package.json : "uglify-js": "1.x.x", "uglifycss": "0.0.5"

Bye. Guillaume DE LA RUE * *Consultant & Developer G33kLabs Mobile : 06.42.24.73.11 Website : www.js2node.com

On Fri, Jun 28, 2013 at 5:47 PM, aozora [email protected] wrote:

The app don't start, it stop due to this error:

\Node.VaSH\libs\server\express.vash.packer.js:53 return jsPacker.gen_code(ast); // compressed code here ^ TypeError: Cannot call method 'gen_code' of undefined at Object.exports.packJS (\Node.VaSH\libs\server\express.vash.packer.js:53:19)

— Reply to this email directly or view it on GitHubhttps://github.com/G33kLabs/Node.VaSH/issues/66 .

G33kLabs avatar Jul 04 '13 10:07 G33kLabs