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
-
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 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 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 popper.js@1.16.1: 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 fund
for 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 audit
for 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