run-p: not found

Project with Vue3 + TypeScript, the first time make deploy, functioning. But, if create a new feature, error in the build: sh: 1: run-p: not found
2 Replies
carlosfgti
carlosfgti10mo ago
2023-09-05T19:04:03.469322Z Cloning repository... 2023-09-05T19:04:04.656614Z From https://github.com/carlosfgti/vue-player 2023-09-05T19:04:04.657289Z * branch 00c44818f41c6c65d0aefe7028cce4e856e985cf -> FETCH_HEAD 2023-09-05T19:04:04.657464Z
2023-09-05T19:04:04.789174Z HEAD is now at 00c4481 chore: rollback build 2023-09-05T19:04:04.789788Z
2023-09-05T19:04:04.918486Z
2023-09-05T19:04:04.952677Z Success: Finished cloning repository files 2023-09-05T19:04:05.896714Z Detected the following tools from environment: npm@9.5.1, nodejs@18.16.1 2023-09-05T19:04:05.897488Z Installing project dependencies: npm clean-install --progress=false 2023-09-05T19:04:11.12288Z
2023-09-05T19:04:11.123324Z added 34 packages, and audited 35 packages in 3s 2023-09-05T19:04:11.123494Z
2023-09-05T19:04:11.123628Z 6 packages are looking for funding 2023-09-05T19:04:11.123789Z run npm fund for details 2023-09-05T19:04:11.124199Z
2023-09-05T19:04:11.124457Z found 0 vulnerabilities 2023-09-05T19:04:11.137036Z Executing user command: npm run build 2023-09-05T19:04:12.2449Z
2023-09-05T19:04:12.245192Z > vue-player-academy@0.0.0 build 2023-09-05T19:04:12.245367Z > run-p type-check build-only 2023-09-05T19:04:12.2455Z
2023-09-05T19:04:12.257294Z sh: 1: run-p: not found 2023-09-05T19:04:12.269084Z Failed: Error while executing user command. Exited with error code: 127 2023-09-05T19:04:12.278344Z Failed: build command exited with code: 1 2023-09-05T19:04:13.166626Z Failed: error occurred while running build command
carlosfgti
carlosfgti10mo ago
Vite
Next Generation Frontend Tooling