ฉันกำลังพยายามติดตั้งPrestissimoไปยังเซิร์ฟเวอร์ Ubuntu 16.04 แต่นั่นทำให้เกิดข้อผิดพลาด:
$ composer global require "hirak/prestissimo:^0.3"
Changed current directory to /home/kramer65/.composer
[ErrorException]
file_put_contents(./composer.json): failed to open stream: Permission denied
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] [<packages>]...
ฉันลงชื่อเข้าใช้ในฐานะผู้ใช้kramer65
ดังนั้นฉันจึงไม่รู้ว่าทำไมจึงไม่สามารถเขียนลงในโฟลเดอร์บ้านได้ ปฏิกิริยาปกติของฉันต่อ a permission denied
คือการใช้sudo
แต่ผู้แต่งมักจะพูดว่า:
อย่าเรียกใช้ Composer ในฐานะผู้ใช้ root / super! ดูรายละเอียดhttps://getcomposer.org/root
มีความคิดอย่างไรที่ฉันจะแก้ปัญหานี้ได้
composer.json
คืออะไร?