percival
percival copied to clipboard
`dev` cells throws module import error
I suspect this is something rather obvious to someone more familiar with the JavaScript build tools:
when running npm run dev.
npm run serve allows cell execution (as expected) -- I'm not exactly sure why this throws during dev.
Oh that's odd. Not sure what's happening there. I don't have the same error. Did you run npm install? And if you don't mind me asking, what's your version of npm and node so I can try to reproduce it?
npm -v = 8.9.0 and node -v = v18.2.0
let me know if you need anything else!
Apologies for the delay. Hm, I can't reproduce unfortunately, even when running with the same versions of Node and NPM as you. :(