fixed: error after package
1.add to package.json -> “script”
"postinstall": "npx typesync"
2. run
npm install
3. run after install package
npm install
ทำเว็บนี้ขึ้นมา เอาไว้บันทึกโค้ด การแก้ไขปัญหาต่างๆ ที่พบเจอ
fixed: error after package
1.add to package.json -> “script”
"postinstall": "npx typesync"
2. run
npm install
3. run after install package
npm install