как установить @vue / cli в проект laravel veu

#laravel #vue.js #command

#laravel #vue.js #команда

Вопрос:

Во время работы я получил следующие ошибки npm install -g @vue/cli .

Я не уверен, что означают эти сообщения об ошибках, поэтому любое предложение будет оценено.

 npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /usr/local/lib/node_modules
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR!  { Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR!   stack: 'Error: EACCES: permission denied, access '/usr/local/lib/node_modules'',
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/local/lib/node_modules' }
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:
npm ERR!     /home/albiorix/.npm/_logs/2020-10-13T07_55_32_862Z-debug.log
  

Комментарии:

1. sudo npm install -g @vue/cli попробуйте это

2. npm install -g @vue/cli означает, что ваш менеджер пакетов узла (npm) может устанавливать @vue/cli пакет глобально. laravel Здесь ничего не связано.

3. Вы установили node js?