Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

npm: command not found

ivanov igor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 30, 2017

Hi. I have some troubles with bitbucket pipeline. I enabled pipeline. Added yml script (see attachment).

Run build. Build was success, but now I has an error "npm: command not found"

Could you help me with it please?

yml file content:

# This is a sample build configuration for Javascript (Node.js).
# Check our guides at https://confluence.atlassian.com/x/14UWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: node:6.9.4

pipelines:
  default:
    - step:
        script: # Modify the commands below to build your repository.
          - npm install

 

5 answers

0 votes
aditigarg0120
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 23, 2020

any solution for this guys?

0 votes
Pradyumna_Doddala
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2020

Did you find any solution for this?

0 votes
kevin_yu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2019

I went to npmjs.com and registered and account, generate the token and created a .npmrc file in the same folder as the package.json file. put the following line in that file

 

//registry.npmjs.org/:_authToken=${NPM_TOKEN}

with my own token, but the pipeline still failed with "npm not found"

 

any idea?

0 votes
Tanner Plauche
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 22, 2019

I had to add the the registry with the auth token in the .npmrc and .NPMRC_CONFIG. I don't know if both were required, but I did it that way and am not messing with it. 

//registry.npmjs.org/:_authToken=${NPM_TOKEN}

Explained here: https://confluence.atlassian.com/bitbucket/javascript-node-js-with-bitbucket-pipelines-873891287.html 

0 votes
Leo Creer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 12, 2018

I am having same issue

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events