You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Bitbucket Pipelines are broken since this morning, using `npm ci` results in the following error:
npm ERR! code ERR_FS_EISDIR
npm ERR! syscall rm
npm ERR! path /opt/atlassian/pipelines/agent/build/node_modules/.bin
npm ERR! errno 21
npm ERR! Path is a directory: rm returned EISDIR (is a directory) /opt/atlassian/pipelines/agent/build/node_modules/.bin
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-01-16T11_00_41_121Z-debug-0.log
Note that it was working previously
it seems that there is a problem with npm ci and not with bamboo.
use `rm -rf ui/node_modules`
I had this issue. It looks like there's a bug in npm v9.3.0. Downgrade to 9.2.0 and it'll work fine