Using node packages and accessing the file system

Hello community,

So, I’m just getting started with Wix and Wix Code. Could someone please tell me whether Wix Code support installing/using node packages, and whether the app can have access to the file system for creating folders and files that persists between application launches.

Thanks.

See the article Wix Code: How to Manage External Code Libraries with the Package Manager for how to use NPM libraries. Wix Code does not allow access to the file system.

Thanks for the information. It’s very much appreciated.