intro.js-react not working in Next.js
joshuaolusayo opened this issue · 1 comments
joshuaolusayo commented
I'm getting an error. Cannot find module intro.js
HiDeoo commented
You may be hitting this issue. intro.js is listed as a peerDependencies and since npm v3 these are not implicitly installed.
If it's related to another issue, feel free to re-open and include a codesandbox repro if possible.