Sharepoint - GULP 尝试创建 Sharepoint 客户端开发时出现服务器错误

Sharepoint - GULP SERVE error when trying to create sharepoint clent development

我按照这些步骤 (https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part) 配置了我的开发环境,但它抛出了我不知道如何修复的错误

{
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    'C:\Users\Martina Ojeda\OneDrive\Escritorio\prueba\footer-webpart\gulpfile.js',
    'C:\Users\Martina Ojeda\AppData\Roaming\npm\node_modules\gulp\node_modules\gulp-cli\lib\shared\require-or-import.js',
    'C:\Users\Martina Ojeda\AppData\Roaming\npm\node_modules\gulp\node_modules\gulp-cli\lib\versioned\^3.7.0\index.js',
    'C:\Users\Martina Ojeda\AppData\Roaming\npm\node_modules\gulp\node_modules\gulp-cli\index.js',
    'C:\Users\Martina Ojeda\AppData\Roaming\npm\node_modules\gulp\bin\gulp.js'
  ]
}

4.15.4 要么它很旧,要么你错过了“1”,它是 14.15.4。

无论如何修改版本以使用 Node.js 的 LTS 10.x 版本到 fallow the guidelines