Search Criteria
Package Details: netlify 3.8.6-1
Git Clone URL: | https://aur.archlinux.org/netlify.git (read-only, click to copy) |
---|---|
Package Base: | netlify |
Description: | Create, deploy, and delete new sites hosted on Netlify straight from your terminal |
Upstream URL: | https://www.netlify.com/docs/cli/ |
Licenses: | |
Submitter: | BaloneyGeek |
Maintainer: | mutantmonkey |
Last Packager: | mutantmonkey |
Votes: | 4 |
Popularity: | 0.007711 |
First Submitted: | 2018-01-03 13:25 |
Last Updated: | 2021-02-25 08:40 |
Latest Comments
andreafeletto commented on 2020-11-22 21:42
@mutantmonkey after some research I came to the conclusion that adding dependencies to a nodejs PKGBUILD is not a good idea.
Therefore forget everything I wrote, since it is just wrong.
mutantmonkey commented on 2020-11-21 06:46
@andreafeletto I'm not too familiar with how npm works, but currently these dependencies are getting bundled into this package under node_modules. Would installing these packages before building automatically change this behavior, or am I going to have to rework the build process?
andreafeletto commented on 2020-11-13 12:22
I just packaged nodejs-boxen (and its entire dependency tree) which is a dependency of netlify. Could you please add it as a dependency?
Part of the dependency tree of boxen is also a dependency of netlify:
nodejs-ansi-styles
nodejs-chalk
Could you add these too?
gpoole commented on 2020-04-16 12:10
Great, the install is much faster, thanks!
gpoole commented on 2020-04-09 02:59
I'm not 100% sure this is the right place to ask, but it seems like this package is having
strip
run on install, which is possibly not necessary? It means the install time is a couple of minutes longer. Would you consider disabling it please?