You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/bitwarden/clients.git
cd clients
npm ci
In your repo the file is not exist
Expected Result
.
Actual Result
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /usr/local/src/clients/libs/admin-console/src/common/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/usr/local/src/clients/libs/admin-console/src/common/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/foo/.npm/_logs/2025-01-08T13_56_02_584Z-debug-0.log
Screenshots or Videos
No response
Additional Context
No response
Operating System
Linux
Operating System Version
Mint 22 / Ubuntu 2404
Installation method
Other
Build Version
2024.12.1
Issue Tracking Info
I understand that work is tracked outside of GitHub. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
Try to initilize from source but
npm ci
got error message, that the package.json file is not found.Use your instructions from https://contributing.bitwarden.com/getting-started/clients/#setup-instructions
In your repo the file is not exist
Expected Result
.
Actual Result
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /usr/local/src/clients/libs/admin-console/src/common/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/usr/local/src/clients/libs/admin-console/src/common/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/foo/.npm/_logs/2025-01-08T13_56_02_584Z-debug-0.log
Screenshots or Videos
No response
Additional Context
No response
Operating System
Linux
Operating System Version
Mint 22 / Ubuntu 2404
Installation method
Other
Build Version
2024.12.1
Issue Tracking Info
The text was updated successfully, but these errors were encountered: