Closed fameoflight closed 3 years ago
When doing import I am running into ./node_modules/jepub/src/jepub.js Module not found: Can't resolve './tpl/OEBPS/front-cover.html' in '/Users/hemantv/workspace/tellado/tellado-webapp/node_modules/jepub/src'
Module not found: Can't resolve './tpl/OEBPS/front-cover.html' in '/Users/hemantv/workspace/tellado/tellado-webapp/node_modules/jepub/src'
any ideas what might be going on here?
Actually, I've never run this project in a nodejs environment. 😳
Importing from the dist directory will work:
import jEpub from "./node_modules/jepub/dist/jepub.js";
When doing import I am running into ./node_modules/jepub/src/jepub.js
Module not found: Can't resolve './tpl/OEBPS/front-cover.html' in '/Users/hemantv/workspace/tellado/tellado-webapp/node_modules/jepub/src'
any ideas what might be going on here?