nodejs-std icon indicating copy to clipboard operation
nodejs-std copied to clipboard

Probleme using use()

Open damoebius opened this issue 12 years ago • 0 comments

Hi, I'm trying to port a simple js/node project to Haxe/node but i have some troubles.

This doesn't work : var express = Node.require('express'); var app:ExpressServer = express(); app.use(express.bodyParser()); // got a compiler error here : Void -> js.node.ExpressServer has no field bodyParser

What's wrong in me code ?

damoebius avatar Nov 20 '13 10:11 damoebius