Hello,
my application uses xlsx npm library.
It has been working several months.
I try deploying it today but the library can't be resolved.
ModuleNotFoundError: Module not found: Error: Can't resolve '/extbin/generators/lib/node_modules/xlsx' in '/home/user/build.definitions/ZFSA_INT/Rules/CrearP'
undefined
In the terminal, I install the library:
npm install xlsx

The documentation of that library:
https://www.npmjs.com/package/xlsx

Tried both, none worked.
How can I fix this?
Thanks.