Search Criteria
Package Details: nodejs-mapscii 0.3.1-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nodejs-mapscii.git (read-only, click to copy) |
|---|---|
| Package Base: | nodejs-mapscii |
| Description: | Map+Ascii -> MapSCII! Console Map Viewer. |
| Upstream URL: | https://github.com/rastapasta/mapscii#readme |
| Licenses: | MIT |
| Submitter: | Zedeldi |
| Maintainer: | Zedeldi |
| Last Packager: | Zedeldi |
| Votes: | 1 |
| Popularity: | 0.066812 |
| First Submitted: | 2019-06-10 09:32 (UTC) |
| Last Updated: | 2021-06-19 18:01 (UTC) |
Dependencies (3)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
Latest Comments
dreieck commented on 2023-07-18 18:37 (UTC)
When I start, I get some errors thrown to console:
Then, I see a black console.
Maybe you miss some dependency? I have no clue about nodejs dependency (hell?).
Regards!
Zedeldi commented on 2021-06-19 18:07 (UTC)
@ouuan Cheers, the
--useroption has been removed.ouuan commented on 2021-06-19 16:33 (UTC)
Please remove
--user root. Since npm 7, the--useroption is no longer available.--user rootnot only doesn't fix the permission problem, but also installs the package called "root", which conflicts with other packages that also have the--user rootoption.Zedeldi commented on 2020-12-29 14:05 (UTC)
@dreieck Sorted, thanks :)
dreieck commented on 2020-12-28 21:55 (UTC)
Can you please not download stuff in
package()?source-array.prepare().package(): Move it tobuild().package()should just locally copy files, not download or compile anything.Thanks for maintaining!