botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
22 stars 21 forks source link

chore: upgrade node version to 16.13.0 #145

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

wip

The product works just fine from sources.

The binary is broken using the latest version of pkg ^5.4.1. This is because of an issue in pkg: https://github.com/vercel/pkg/issues/1349

Using pkg ~5.2.0 seems to solve the issue