Hi, I have issue on running my pipeline. I just added it manually for "Build and test a NodeJs code". when I run it, I got this error. any idea? thanks..
Hi there, I recently ran in to an issue where my Sourcetree installation doesn't seem to find my NPM installation. When I try to commit some change (working with Sourcetree and Github) I will get t...
Hi, I work on a React app using node 14.18.3. Today when I opened a PR I'm getting a bitbucket pipeline build failure for a pipeline that's worked fine for almost 2 years. After the npm ci step i g...
...bsp;ui is in, and is the only issue that I can think of because isolating the ui package from the NPM workspaces setup made the build complete successfully in the pipeline. Any ideas? Pipeline a...
Please find the configured pipeline below tags: '*': - step: name: Init caches: - node script: - npm config set @apollo247:registry=<Registry> - npm config set _auth=$NPM_TOKEN - npm...
how to configure .npmrc file for bitbucket as npm registry or private registry?
So my private key is setup correctly, I have no issues with bitbucket repos. But the issue I am having is when I try to install a npm package from a Bitbucket private repo this popup always s...
I'm trying to use this tool to publish my built NPM package to a private NPM artifact registry on gcloud. I can't figure out what the NPM_REGISTRY_AUTH_URL variable should be set to, not s...
Hi. Could you please advise? I don't understand why the 'npm install' is not working when the image is defined in services. It's the basic Vuejs app which I created according to this quick s...
We have one project that is using a lerna mono-repo structure. For this I not only want to cache the top level dependencies, but also the package dependencies. For this I need to be able to use a wi...
Trying to publish to private npm repo from bitbucket. The bundle is built and added to a folder called dist. image: node:14 pipelines: default: - parallel: - step: n...
So I know how to install our repo via npm i bitbucket-url-here Is there a way to install a branch rather then main? Most of the searches I found were only on installing the main branch of a...
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...
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. Wel...
...- echo FIRST_PARAM_FROM_WORKSPACE_OR_REPO="$FIRST_PARAM_FROM_WORKSPACE_OR_REPO" >> .env.local - cat .env # install dependencies - npm install - npm ci - npx browserslist@latest --u...
I am having trouble determining if it is currently possible in Bitbucket Pipelines to have multiple custom configurations that also execute a parameterized script with different arguments passed to i...
I’m running npm run test in my Bamboo Specs. The test runs fine but after it completes, the job just stops and hangs. Is there a way to ‘Ctrl + C’ like in command line to exit the jest t...
I am trying to run npm install on Bamboo but I'm getting this error: 07-Apr-2022 17:18:11 npm ERR! Could not resolve dependency: 07-Apr-2022 17:18:11 npm ERR! peer react@"^16.0.0-0" from e...
Greetings I am trying to install a npm package from a public github repo but it fails. image: atlassian/default-image:3 pipelines: default: - parallel: - step: name: 'ApexDocs Test' s...
I'm trying to use a self hosted (in bitbucket) npm package. I was able to use it locally without any issues, but when running the bitbucket pipeline I get an error. It fails on the npm install step....
I have created the pipeline , now I want to publish my repo in npm private, now I am confused how to achieve that?
I am confused to set up an pipeline in my repository and then I have to push my npm package, can you help with exact and step by step to achieve this, since I am new to bitbucket thats why
npm package with bitbucket , I have an Reactjs application and repository is in bitbucket, now I have created 5 new repository from same project , now I want connect this repository and send d...
Does this pipe allow publishing to AWS CodeArtifact?
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