botpress / modules

MOVING TO BOTPRESS/BOTPRESS, branch `develop/x`, folder "packages"
GNU Affero General Public License v3.0
23 stars 29 forks source link

nlu module cannot load #27

Closed arbakag closed 5 years ago

arbakag commented 5 years ago

I created a bot but when I want to run it, cannot obtain all modules. There are some errors about nlu module. I tried to repair npm but it does not work. I can open host addr but, there are not any modules. Error is : Error loading module "@botpress/nlu": /home/alinail/my-bot/node_modules/webworker-threads/build/Release/WebWorkerThreads.node: undefined symbol:_ZN2v811ArrayBuffer9Allocator7ReserveEm Also, after I used this command: npm install --save @botpress/nlu , came NLU(Beta) on my localhost. But it does not work, the module is empty I dont know what can I do, do you have any idea?