After creating an angular/ionic app, I wanted to incorporate a tutorial/walk-through feature. In my search for the right tool, I came across EnjoyHint which appealed to me because of its style. However, when attempting to install it using npm as per the instructions on the GitHub page, I encountered the error message:
Module not found: Error: Can't resolve './jquery.enjoyhint.js' in '\node_modules\xbs-enjoyhint'
Although I tried making some changes (I can't remember exactly what I did), another error popped up:
ERROR Error: Uncaught (in promise): ReferenceError: global is not defined
For those who have used EnjoyHint with Angular before, I could use some guidance. Alternatively, if there are other tools available that offer similar features and style, I would be open to exploring them as well.
Any assistance would be greatly appreciated.