Search Criteria
Package Details: nginxbeautifier 1.0.19-1
Git Clone URL: | https://aur.archlinux.org/nginxbeautifier.git (read-only, click to copy) |
---|---|
Package Base: | nginxbeautifier |
Description: | nginx config file formatter and beautifier |
Upstream URL: | https://github.com/vasilevich/nginxbeautifier |
Keywords: | beautifier config cormatter indent nginx prettifier |
Licenses: | |
Submitter: | vasilevich |
Maintainer: | Scrumplex |
Last Packager: | Scrumplex |
Votes: | 5 |
Popularity: | 0.061991 |
First Submitted: | 2016-08-26 02:08 |
Last Updated: | 2020-10-21 09:54 |
Dependencies (3)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium)
- git (git-git) (make)
- npm (npm4, nodejs6-bin) (make)
Latest Comments
vasilevich commented on 2017-07-15 21:10
brando56894 : I think I have fixed the problem and pushed an updated version,
may you please test it out and let me know.
thank you and sorry for the inconvenience.
vasilevich commented on 2017-07-15 20:51
can someone please suggest how can i fix what shawe has asked, or is there someone who can take over the package and do the neccresary fix? i will add you to maintainer list,
thank you!
shawe commented on 2017-05-17 10:16
Please, rename the version, is appearing all time like update available.
shawe commented on 2017-04-30 11:10
Don't stop to appear available updates and compile and compile again this packages without disappear the notification of available updates.
In versión appear "latest-1 (Stable-1)" and I think that this was happening because the version are not equal.
brando56894 commented on 2016-10-21 05:55
Found a bug: If your configuration name contains capital letters, it automatically converts them to lowercase, then crashes because it can't find the file.
[bran@webserver]: /etc/nginx>$ sudo nginxbeautifier -s 4 -r -i sites-available/phpMyAdmin.conf
fs.js:987
return binding.stat(pathModule._makeLong(path));
^
Error: ENOENT: no such file or directory, stat 'sites-available/phpmyadmin.conf'
at Error (native)
at Object.fs.statSync (fs.js:987:18)
at Object.<anonymous> (/usr/bin/nginxbeautifier:510:77)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
vasilevich commented on 2016-08-28 16:23
Thank you for your advice, I have updated the PKGBUILD to repreasent only a specific stable build.
fordprefect commented on 2016-08-26 19:53
the packages name should be nginxbeautifier-git, as it builds from git and does not represent a stable version. see vcp packaging guidelines for that.