我正在尝试在我的公司系统上使用 Next.js,但是每当我运行“npm run build”时,构建都会失败并显示以下消息:Error: Cannot find module 'sharp'
我尝试安装Sharp,但出现此错误:
info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.10.5/libvips-8.10.5-win32-x64.tar.br
ERR! sharp getaddrinfo ENOTFOUND github.com
info sharp Attempting to build from source via node-gyp but this may fail due to the above error
info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
这可能是因为出于安全原因,我的系统终端上阻止了 github URL。有没有办法在不从 github 获取的情况下安装Sharp?我可以在浏览器上访问 GitHub,所以如果从那里下载文件然后以某种方式安装它,我可以做到这一点。
操作系统:Windows 10