I used GitHub in the Cloudflare pages, but an error occurs in the process of installing the package.
|16:37:01.999|yarn install v1.22.19|
|---|---|
|16:37:02.091|warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.|
|16:37:02.096|[1/4] Resolving packages...|
|16:37:02.360|[2/4] Fetching packages...|
|16:37:20.769|warning [email protected]: The engine vscode appears to be invalid.|
|16:37:20.777|[3/4] Linking dependencies...|
|16:37:20.779|warning > [email protected] has unmet peer dependency vue@^2.6.14 || ^3.2.0.|
|16:37:20.779|warning @pinia/nuxt > pinia > [email protected] has unmet peer dependency vue@^3.0.0-0 || ^2.6.0.|
|16:37:20.785|warning > [email protected] has unmet peer dependency webpack@^5.0.0.|
|16:37:20.786|warning > [email protected] has unmet peer dependency vite@>=2.|
|16:37:22.772|[4/4] Building fresh packages...|
|16:37:23.972|$ nuxt prepare|
|16:37:23.997|/bin/sh: 1: nuxt: not found|
|16:37:24.014|error Command failed with exit code 127.|
|16:37:24.014|info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.|
|16:37:24.049|Error during Yarn install|
|16:37:24.054|Failed: build command exited with code: 1|
|16:37:24.986|Failed: an internal error occurred|
This is error log.