percival icon indicating copy to clipboard operation
percival copied to clipboard

`dev` cells throws module import error

Open femtomc opened this issue 3 years ago • 3 comments

I suspect this is something rather obvious to someone more familiar with the JavaScript build tools:

image

when running npm run dev.

npm run serve allows cell execution (as expected) -- I'm not exactly sure why this throws during dev.

femtomc avatar May 31 '22 04:05 femtomc

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?

ekzhang avatar Jun 03 '22 01:06 ekzhang

npm -v = 8.9.0 and node -v = v18.2.0

let me know if you need anything else!

femtomc avatar Jun 03 '22 04:06 femtomc

Apologies for the delay. Hm, I can't reproduce unfortunately, even when running with the same versions of Node and NPM as you. :(

ekzhang avatar Jun 09 '22 04:06 ekzhang