Hi Team, I have been trying to build and containerize a node application using bitbucket pipelines and I'm getting inconsistent results when I run them. I'm using nextjs:22 i...
I have a bitbucket-pipeline file as below but i get a 'pm2: not found' error when pipeline worked. Thanks for now help and comments. image: node:18 pipelines: branches: d...
Hi There, I have installed NVM in my ubuntu build agent. I am able to use nvm and node commands in my local. But when I run nvm or node commands from bamboo plan, Plan fails with error as node c...
In our first pipeline step, we're calling `yarn install`, but this fails right away : + yarn install # node[39]: std::unique_ptr<long unsigned int> node::W...
We use Bitbucket to manage and compile our main SASS repo. The pipeline in question is very basic and uses Node and SASS to compile and compress CSS for the front-end (also generates a source map f...
...pp.dev/docs/advanced-configuration/. We also tried setting the max memory avialable for a step by running the following: node --max-old-space-size=8192 scripts/build.js Increasing to max memory d...
When I run the yarn build script in my pipeline for our react app, it runs node --max-old-space-size=8192 scripts/build.js Then I get the following error Failed to compile....
As part of an automated pipeline, I'd like to run some data quality checks on the files being merged. To do this, I'm running a node.js script. If data quality constraints aren't met, I'd like to f...
I am trying to use the latest version of yarn configured locally also in my pipeline. I upgraded our node image to version 18 in hopes that would use the latest version of yarn.&n...
...hanged some files within 'node_modules' folder. Within the styles.css file there are references at that particular theme defined in a file within angular material folder in node_modules. I can't run 'n...
I have be using https://www.npmjs.com/package/jira-client to create a JIRA utility and to update issue status via API I initially listed all the transitions using jira &n...
I'm using https://www.npmjs.com/package/jira-client wrapper class to create a Jira automation utility and one of the requirements is to read data from excel sheet and upload the relevant data as...
...tart: https://vuejs.org/guide/quick-start.html I put everything in the public repo: Everything I've done is documented in the Readme file. As you can see the pipeline #1 was successful b...
...ildcard in the cache path such as: definitions: caches: lerna: packages/*/node_modules
I have remote agent with Node.js capabilities, as seen here. However, when I check to see if my job that requires Node.js can be run, it says that there are no agents with Node.js capabilities. The r...
...ints? Thanks node version: 14.17.0 npm version: 6.14.3
Hi! I'm having a problem that is getting me crazy. I have a node project that use pnpm. Inside, near the package.json and at the root level there's a .npmrc file with a private registry defined. W...
...est caches: - node - cypress script: # install dependencies - echo '################# Printing vars to see what is available...###################' - echo '"$F...
...tlassian/pipelines/agent/build > ng build Node.js version v4.2.1 detected. The Angular CLI requires a minimum Node.js version of either v10.13 or v12.0. Please update your Node.js version or v...
Hi everyone, I'm trying to add a node to my Confluence data center instance and it's not working. It shows me the following error screen every time I start the second node: I've configured t...
Is there a command that I can run to get the value node id of host (besides checking the setenv.sh file)?
Hello, I was able to add attachment using Postman but when trying to do the same through JIRA Rest API using Node Js request, it does not seem to be working. I get a status code of 200 but i...
I am uploading a file using node.js and axios via APIs onto my confluence page and using the following endpoint: PUT https://<companyname>.atlassian.net/wiki/rest/api/content/<p...
I'm currently trying to run my pipeline and my test into different machines using cypress. However, I don't see the documentation to learn how to send the test into multiple machines. Does anyone kno...
I am using npm-publish pipe in my project's pipeline. The problem is that my project's prepublishOnly script requires Node v14 while the npm-publish pipe uses Node v10 (see https://bitbucket.org...
Copied to clipboard