feat(AI-130): changed model and added missing tools (#14) #6
Annotations
1 error and 2 warnings
build
Error: Command failed: git push heroku HEAD:refs/heads/main --force
remote: Updated 245 paths from 912a290
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-22 stack
remote: -----> Using buildpack: heroku/nodejs
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NODE_VERBOSE=false
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): unspecified
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Resolving node version 20.x...
remote: Downloading and installing node 20.11.0...
remote: Using default npm version: 10.2.4
remote:
remote: -----> Restoring cache
remote: - npm cache
remote:
remote: -----> Installing dependencies
remote: Installing node modules
remote:
remote: added 2075 packages, and audited 2076 packages in 25s
remote:
remote: 250 packages are looking for funding
remote: run `npm fund` for details
remote:
remote: found 0 vulnerabilities
remote:
remote: -----> Build
remote: Running build
remote:
remote: > @boldare/[email protected] build
remote: > npm run build:ai-embedded && npm run build:spa && npm run build:api
remote:
remote:
remote: > @boldare/[email protected] build:ai-embedded
remote: > nx build --prod ai-embedded --no-cache && npm run cp:ai-embedded
remote:
remote:
remote: > nx run ai-embedded:build --no-cache
remote:
remote:
remote:
remote:
remote: > NX Successfully ran target build for project ai-embedded
remote:
remote:
remote:
remote: > NX Nx Cloud Problems
remote:
remote: - 401: Unable to connect to Nx Cloud.
remote:
remote:
remote: > @boldare/[email protected] cp:ai-embedded
remote: > cp ./dist/libs/ai-embedded/index.js ./apps/spa/src/assets/js/ai-embedded.js
remote:
remote: cp: cannot create regular file './apps/spa/src/assets/js/ai-embedded.js': No such file or directory
remote:
remote: -----> Build failed
remote:
remote: We're sorry this build is failing! You can troubleshoot common issues here:
remote: https://devcenter.heroku.com/articles/troubleshooting-node-deploys
remote:
remote: Some possible problems:
remote:
remote: - Node version not specified in package.json
remote: https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
remote:
remote: Love,
remote: Heroku
remote:
remote: ! Push rejected, failed to compile Node.js app.
remote:
remote: ! Push failed
remote: !
remote: ! ## Warning - The same version of this code has already been built: 2ca364d3d77a876457e65a869615193746be8f5d
remote: !
remote: ! We have detected that you have triggered a build from source code with version 2ca364d3d77a876457e65a869615193746be8f5d
remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch.
remote: !
remote:
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|