How to install your package ?
Andy-d-g opened this issue · 2 comments
Andy-d-g commented
Hello, I try to install your package but I don't success.
Context
- Vue3 (3.2.47)
- Vite (3.1.2)
- Node (18.16.3)
Steps
- yarn add sandpack-vue3
- Add the dependancy into main.ts (
import SanpackPlugin from "sandpack-vue3";
+app.use(SanpackPlugin());
) - Add into types of tsconfig.json :
"sandpack-vue3/global"
Error
Internal server error: Failed to resolve import "sandpack-vue3" from "src/main.ts". Does the file exist?
Thank you
jerrywu001 commented
can you provide a github repo?
Andy-d-g commented
My bad, it was an issue with my monorepo.