Forge Lint Error: Type expected

Hi,

I am developing a Confluence Macro App and I get the following error in forge deploy:

Deploying your app to the development environment.
Press Ctrl+C to cancel.

Running forge lint...

Error: Type expected.

Rerunning the command with --verbose may give more details.
pe or paste code here

But it does not give any indication on where the error is located, I tried --verbose but no other usefull information.

When using forge tunnel, I get a similar error (but again no extra information) but the App does seem to work as expected.

Is there anyone who can give me a tip on how to get more info from forge lint?

Thanks.

Interestingly, this only happens on Windows 10 … on my Mac OS X setup this error does not appear.