ytyng.com
Latest Articles
Page 4
Python
2023-03-29 05:31 (2 years ago)
Here's the English translation of the summary of the Japanese blog article: "When trying to install 'npm install fibers (node-fibers)' and encountering the error 'ValueError: invalid mode: 'rU' while trying to load binding.gyp', you can resolve this issue by editing the 'node-gyp/gyp/pylib/gyp/input.py' file and removing the 'U' from the mode."
nuxt
2022-11-20 03:29 (3 years ago)
This document provides guidelines for easily setting up a development environment when you are using a different web framework for your server-side API, instead of utilizing the built-in server-side API feature of Nuxt3, which allows the creation of server-side APIs by simply creating a file like server/api/xxx.ts.