Closed Andy-d-g closed 1 year ago
Hello, I try to install your package but I don't success.
import SanpackPlugin from "sandpack-vue3";
app.use(SanpackPlugin());
"sandpack-vue3/global"
Internal server error: Failed to resolve import "sandpack-vue3" from "src/main.ts". Does the file exist?
Thank you
can you provide a github repo?
My bad, it was an issue with my monorepo.
Hello, I try to install your package but I don't success.
Context
Steps
import SanpackPlugin from "sandpack-vue3";
+app.use(SanpackPlugin());
)"sandpack-vue3/global"
Error
Thank you