Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
--watchを有効にするたびに:lessc style.less --watch
lessc style.less --watch
style.lessファイルに何かを保存しようとするたびに、Vimは次のメッセージを表示します。
style.less
E505 "...style.less is read-only" (add ! to override)
したがって、ファイルを保存するたびに、:w!と入力する必要があります。
読み取り専用を排除するための提案はありますか?
これを再現できません。
私が言えることは、 vim を試してみることだけです:
:set noreadonly
また
:set noro
何も機能しない場合は、ファイルの右側を見てください。少ないとか関係ないのかもしれません。