Package Details: shlink-web-client 4.5.1-1

Git Clone URL: https://aur.archlinux.org/shlink-web-client.git (read-only, click to copy)
Package Base: shlink-web-client
Description: A ReactJS-based progressive web application for Shlink
Upstream URL: https://github.com/shlinkio/shlink-web-client
Licenses: MIT
Submitter: VVL
Maintainer: VVL
Last Packager: VVL
Votes: 1
Popularity: 0.000002
First Submitted: 2024-01-06 17:37 (UTC)
Last Updated: 2025-08-19 19:49 (UTC)

Latest Comments

SergeantBiggs commented on 2025-08-23 09:09 (UTC)

Getting the following errors when building:

src/container/store.ts(9,22): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
src/container/utils.ts(18,34): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
src/serviceWorkerRegistration.ts(28,7): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
vite.config.ts(3,25): error TS2307: Cannot find module 'path' or its corresponding type declarations.
vite.config.ts(10,21): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
vite.config.ts(16,11): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
vite.config.ts(81,33): error TS2304: Cannot find name '__dirname'.