Package Details: nodejs-nodemon 3.1.0-1

Git Clone URL: https://aur.archlinux.org/nodejs-nodemon.git (read-only, click to copy)
Package Base: nodejs-nodemon
Description: Simple monitor script for use during development of a node.js app.
Upstream URL: https://nodemon.io
Licenses: MIT
Submitter: uwinkelvos
Maintainer: Geballin
Last Packager: Geballin
Votes: 9
Popularity: 0.000001
First Submitted: 2012-02-13 23:03 (UTC)
Last Updated: 2024-03-06 01:58 (UTC)

Latest Comments

GFdevelop commented on 2020-06-28 22:01 (UTC)

license sum is bad, please fix the sha256sum.

GFdevelop commented on 2020-02-18 16:17 (UTC) (edited on 2020-02-18 16:18 (UTC) by GFdevelop)

Please update the md5sum and follow the wiki https://wiki.archlinux.org/index.php/Node.js_package_guidelines

Avoid littering the user home.

npm install --cache "$srcdir/npm-cache" .....

The owner of the files must be the root user

chown -R root:root $pkgdir

Remove the reference to $pkgdir/$srcdir

find "${pkgdir}" -type f -name package.json -exec sed -i -e "/${pkgdir//\//\\/}/d" -e "/${srcdir//\//\\/}/d" {} \;

See an example https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=angular-cli

AlK commented on 2019-01-05 17:51 (UTC)

The license.txt fails the validity test (probably because the year changed)

==> Validating source files with sha256sums...
    nodemon-1.18.9.tgz ... Passed
    license.txt ... FAILED

ctag commented on 2015-09-08 18:04 (UTC)

This fails to install without npm. Even though it's a no-brainer, shouldn't npm be listed as a dependency?

uwinkelvos commented on 2012-04-07 23:24 (UTC)

i do not uses nodemon anymore but node-dev: https://aur.archlinux.org/packages.php?ID=56847