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
npm notice
npm notice New major version of npm available! 10.2.4 -> 11.3.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.3.0
npm notice Run npm install -g [email protected] to update!
npm notice
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /slidev/node_modules/@slidev/cli
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/slidev/node_modules/@slidev/cli'
npm ERR! [Error: EACCES: permission denied, mkdir '/slidev/node_modules/@slidev/cli'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/slidev/node_modules/@slidev/cli'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2025-04-22T01_40_14_924Z-debug-0.log
slides.md not found in the bind mount to /slidev
cp: can't stat '/slidev/node_modules/@slidev/cli/template.md': Permission denied
sed: /slidev/slides.md: Permission denied
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/slidev - Not found
npm ERR! 404
npm ERR! 404 'slidev@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2025-04-22T01_41_45_873Z-debug-0.log
exit status 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Executed the following command inside dockers. [Debian GNU/Linux 12 (bookworm)]
The process displayed the following error.
How do I fix it?
Beta Was this translation helpful? Give feedback.
All reactions