Share Module

I am trying to use the sharing module and I get the following error

Error: : Error message: Uncaught require(): module not found: FuseJS/Share

var Share = require("FuseJS/Share"); 
Share.shareText("https://www.fusetools.com/", "hihihihi");

I’m using Fuse 1.1.0 (Build 13808)
Mac OS

How can I sort this issue ?

As it’s outlined in Share docs, you need to add a reference to "Fuse.Share" in your project file to use this feature. Specifically, list “Fuse.Share” in the list of “Packages” in your .unoproj file.

After you make that change, run uno clean in your project folder and rebuild your project.

Thanks a million. It worked perfectly.