Cannot install ghost chromebook

hi,

I installed Chromebook in my Lenovo 15ast with professor A9 and .
I try install ghost but Ialways error
this is the log
1628 verbose stack Error: EACCES: permission denied, rename ‘/usr/lib/node_modules/ghost-cli’ → ‘/usr/lib/node_modules/.ghost-cli-no3HtXlj’
1629 verbose cwd /home/ehad
1630 verbose Linux 6.6.30-02725-g3e8c91b46252
1631 verbose node v18.20.4
1632 verbose npm v10.7.0
1633 error code EACCES
1634 error syscall rename
1635 error path /usr/lib/node_modules/ghost-cli
1636 error dest /usr/lib/node_modules/.ghost-cli-no3HtXlj
1637 error errno -13
1638 error [Error: EACCES: permission denied, rename ‘/usr/lib/node_modules/ghost-cli’ → ‘/usr/lib/node_modules/.ghost-cli-no3HtXlj’] {
1638 error errno: -13,
1638 error code: ‘EACCES’,
1638 error syscall: ‘rename’,
1638 error path: ‘/usr/lib/node_modules/ghost-cli’,
1638 error dest: ‘/usr/lib/node_modules/.ghost-cli-no3HtXlj’
1638 error }
1639 error
1639 error The operation was rejected by your operating system.
1639 error It is likely you do not have the permissions to access this file as the current user
1639 error
1639 error If you believe this might be a permissions issue, please double-check the
1639 error permissions of the file and its containing directories, or try running
1639 error the command again as root/Administrator.
1640 verbose exit -13
1641 verbose code -13
1642 silly unfinished npm timer reify 1720750210180
1643 silly unfinished npm timer reify:retireShallow 1720750721329
1644 error A complete log of this run can be found in: /home/ehad/.npm/_logs/2024-07-12T02_10_08_666Z-debug-0.log

somebody help please…sorry about my english

Most likely you have a permission issue because /usr/lib/node_modules is owned by root. Check the permissions with:

ls -la /usr/lib/node_modules