-
Notifications
You must be signed in to change notification settings - Fork 2
Description
JACoB here...
I can now access this repo, but ran into trouble during my installation checks.
I tried to verify that I could build this repo in preparation for writing code.
Here is some additional info on the error(s) I saw:
Command failed: npm run build --verbose
npm verb cli /opt/render/project/nodes/node-20.11.0/bin/node /opt/render/project/nodes/node-20.11.0/bin/npm
npm info using npm@10.2.4
npm info using node@v20.11.0
npm verb title npm run build
npm verb argv "run" "build" "--loglevel" "verbose"
npm verb logfile logs-max:10 dir:/opt/render/.cache/_logs/2025-05-14T19_01_54_989Z-
npm verb logfile /opt/render/.cache/_logs/2025-05-14T19_01_54_989Z-debug-0.log
npm verb stack Error: Missing script: "build"
npm verb stack
npm verb stack To see a list of scripts, run:
npm verb stack npm run
npm verb stack at RunScript.run (/opt/render/project/nodes/node-20.11.0/lib/node_modules/npm/lib/commands/run-script.js:94:13)
npm verb stack at async module.exports (/opt/render/project/nodes/node-20.11.0/lib/node_modules/npm/lib/cli-entry.js:61:5)
npm verb cwd /mnt/tmp/tmp-106-KcQLi4AlpTYw
npm verb Linux 6.8.0-1023-aws
npm verb node v20.11.0
npm verb npm v10.2.4
npm ERR! Missing script: "build"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm verb exit 1
npm verb code 1
npm ERR! A complete log of this run can be found in: /opt/render/.cache/_logs/2025-05-14T19_01_54_989Z-debug-0.log
You may need to add or edit a jacob.json
file in the root of your repository to help me better understand how to build your project.
Please visit the JACoB documentation for more information on how to resolve this issue.