zernonia / vue3-notion

An unofficial Notion renderer (Vue 3) version
https://vue3-notion.vercel.app/
MIT License
134 stars 20 forks source link

Error on installing the package #29

Closed JacomoJ closed 1 year ago

JacomoJ commented 1 year ago

I was trying to install vue3-notion to the existing vue3 project but the following error message appeared when I was trying to add it using yarn: Describe the bug

yarn add vue3-notion  
yarn add v1.22.19
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
error An unexpected error occurred: "expected hoisted manifest for \"vue3-notion#vue#@vue/server-renderer#@vue/compiler-ssr\"".

Desktop (please complete the following information):

I search on web but no solution found, anyone faced this issue as well?

Thank you guys in advance.

zernonia commented 1 year ago

Seems like an issue with yarn. perhaps try this solution here?

JacomoJ commented 1 year ago

Seems like an issue with yarn. perhaps try this solution here?

Ok thank you!