CodeWithCory / user-routine

User-Routine is a JavaScript library to automate user routines on web pages. You can easily test features or create tutorials with actions such as click, await, and fill.

Home Page:https://corylr.github.io/user-routine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Resolve Package When Installed from NPM

philbgarner opened this issue · comments

Hi there, I would like to use your project for an interactive tutorial on a business application I'm working on however for some reason it cannot resolve this package when I try to import userRoutine (as per the demo).

Not sure if this is something you've experienced yet as your demo appears to use the compiled scripts in /dist.

I'll probably just copy the built module out of /dist and use it inline in my project, but I'd much prefer to use this through npm.

Thanks!

Attempted to link in the contents of the dist folder in my React project directly and there are all kinds of errors. I'm moving on to another solution.