dionjwa / dionjwa/nodejs-std

Probleme using use()

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
43
Forks
30
PR merge metrics
No merged PRs in 30d

Description

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 ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.