Vruzin
Vruzin
# Or better version: https://github.com/stylus/stylus/blob/dev/lib/functions/json.js replace line 55 ``` var json = JSON.parse(readFile(found, 'utf8')); ``` on ``` var json = JSON5.parse(readFile(found, 'utf8')); ``` and add line after line 2: ```...
The problem was different! ~/.cache had only view permissions. Changed permissions and it worked
Finally I got it! This problem is only in the new interface!
 When it checked numbering is missing
Ok ))) Thank you!
Another question. How to apply Multi Replace?