`node-fibers` 有问题

There is an issue with `node-fibers`

我现在花了大部分时间尝试将我的 Nuxt 项目部署到 Vercel,但我不断收到此错误:

## There is an issue with `node-fibers` ##
`/vercel/path0/node_modules_dev/fibers/bin/linux-x64-93-glibc/fibers.node` is missing.
Try running this to fix the issue: /node16/bin/node /vercel/path0/node_modules_dev/fibers/build
Error: Cannot find module '/vercel/path0/node_modules_dev/fibers/bin/linux-x64-93-glibc/fibers'
Require stack:
- /vercel/path0/node_modules_dev/fibers/fibers.js
- /vercel/path0/nuxt.config.js

我是 SASS 的新手,这是我第一次部署已在其中配置的项目。我尝试了其他 Whosebug 帖子的建议,但其中 none 似乎有效。

我在这里做错了什么?我可以尝试解决这个问题吗?

这个问题可能是由使用的SASS版本引起的。您可以查看我的 以获得有关如何设置正确配置并能够在 Vercel 上托管它的指南。

node-sass 有很多问题而且速度很慢,但是由于 Nuxt3 在 RC3 中,人们将能够使用 sass 包(与 Vite 或 Webpack5)。

万一 SASS 是必需的(PostCSS 已经完成了今天的大部分工作)。