You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 && npx tsc --noEmit
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 [email protected]
npm info using [email protected]
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-01-10T21_21_06_355Z-
npm verb logfile /opt/render/.cache/_logs/2025-01-10T21_21_06_355Z-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-111-f9j7rch40M3C
npm verb Linux 6.8.0-1018-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-01-10T21_21_06_355Z-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.
The text was updated successfully, but these errors were encountered:
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 && npx tsc --noEmit
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 [email protected]
npm info using [email protected]
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-01-10T21_21_06_355Z-
npm verb logfile /opt/render/.cache/_logs/2025-01-10T21_21_06_355Z-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-111-f9j7rch40M3C
npm verb Linux 6.8.0-1018-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-01-10T21_21_06_355Z-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.
The text was updated successfully, but these errors were encountered: