Missing Script Build #92
Unanswered
chris4jahn
asked this question in
Q&A
Replies: 1 comment
-
|
Looks like you are running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm pretty new to github actions.
I use github pages for my blog. The repo can be found here: https://github.com/chris4jahn/Cloud-Coffeebreak
I just added two yml-files in .github/workflows to getting PR preview up and running. I didn't do any other changes.
When I create a new PR from the "working" branch to "main" I get a workflow error as followed:
`Run npm i && npm run build
npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm warn deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm warn deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm warn deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
added 194 packages, and audited 195 packages in 6s
8 packages are looking for funding
run
npm fundfor details20 vulnerabilities (1 low, 5 moderate, 13 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run
npm auditfor details.npm error Missing script: "build"
npm error
npm error To see a list of scripts, run:
npm error npm run`
can you help me fixing the issue? Do you need additional information?
Thanks
Chris
Beta Was this translation helpful? Give feedback.
All reactions