You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this project fully working using slidev-cli 0.22, but when I update to 0.33 I get this generic error:
/talks/node_modules/@slidev/cli/dist/chunk-FFZLS6QK.js:121
throw new Error(`Failed to resolve package "${importName}"`);
^
Error: Failed to resolve package "/talks/slides/package.json"
My project have multiples slides, to running just one of them I use this command: npx slidev --open "slides/my-slide.md
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have this project fully working using
slidev-cli 0.22
, but when I update to0.33
I get this generic error:My project have multiples slides, to running just one of them I use this command:
npx slidev --open "slides/my-slide.md
@antfu can you help me please?
Beta Was this translation helpful? Give feedback.
All reactions