Created
April 8, 2025 22:34
-
-
Save audinue/bf6c79dec4b1d6b4c2ab193e44b3acda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DESKTOP-I672RS4:~# apk add git nodejs npm | |
| (1/23) Installing brotli-libs (1.1.0-r2) | |
| (2/23) Installing c-ares (1.34.3-r0) | |
| (3/23) Installing libunistring (1.2-r0) | |
| (4/23) Installing libidn2 (2.3.7-r0) | |
| (5/23) Installing nghttp2-libs (1.64.0-r0) | |
| (6/23) Installing libpsl (0.21.5-r3) | |
| (7/23) Installing zstd-libs (1.5.6-r2) | |
| (8/23) Installing libcurl (8.12.1-r1) | |
| (9/23) Installing libexpat (2.7.0-r0) | |
| (10/23) Installing pcre2 (10.43-r0) | |
| (11/23) Installing git (2.47.2-r0) | |
| (12/23) Installing git-init-template (2.47.2-r0) | |
| (13/23) Installing ca-certificates (20241121-r1) | |
| (14/23) Installing libgcc (14.2.0-r4) | |
| (15/23) Installing libstdc++ (14.2.0-r4) | |
| (16/23) Installing ada-libs (2.9.2-r1) | |
| (17/23) Installing icu-data-en (74.2-r0) | |
| Executing icu-data-en-74.2-r0.post-install | |
| * | |
| * If you need ICU with non-English locales and legacy charset support, install | |
| * package icu-data-full. | |
| * | |
| (18/23) Installing icu-libs (74.2-r0) | |
| (19/23) Installing simdjson (3.10.1-r0) | |
| (20/23) Installing simdutf (5.6.3-r0) | |
| (21/23) Installing sqlite-libs (3.48.0-r0) | |
| (22/23) Installing nodejs (22.13.1-r0) | |
| (23/23) Installing npm (10.9.1-r0) | |
| Executing busybox-1.37.0-r12.trigger | |
| Executing ca-certificates-20241121-r1.trigger | |
| OK: 88 MiB in 42 packages | |
| DESKTOP-I672RS4:~# git config --global user.name "Audi Nugraha" | |
| DESKTOP-I672RS4:~# git config --global user.email "[email protected]" | |
| DESKTOP-I672RS4:~# git clone https://gitlab.com/8grams/vorme-fe.git | |
| Cloning into 'vorme-fe'... | |
| Username for 'https://gitlab.com': audinue | |
| Password for 'https://[email protected]': | |
| remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a token was provided, it was either incorrect, expired, or improperly scoped. See https://gitlab.com/help/topics/git/troubleshooting_git.md#error-on-git-fetch-http-basic-access-denied | |
| fatal: Authentication failed for 'https://gitlab.com/8grams/vorme-fe.git/' | |
| DESKTOP-I672RS4:~# git clone https://gitlab.com/8grams/vorme-fe.git | |
| Cloning into 'vorme-fe'... | |
| Username for 'https://gitlab.com': audinue | |
| Password for 'https://[email protected]': | |
| remote: Enumerating objects: 11179, done. | |
| remote: Counting objects: 100% (11179/11179), done. | |
| remote: Compressing objects: 100% (3010/3010), done. | |
| remote: Total 11179 (delta 7694), reused 10806 (delta 7447), pack-reused 0 (from 0) | |
| Receiving objects: 100% (11179/11179), 27.62 MiB | 3.78 MiB/s, done. | |
| Resolving deltas: 100% (7694/7694), done. | |
| DESKTOP-I672RS4:~# cd vorme-fe/ | |
| DESKTOP-I672RS4:~/vorme-fe# npm i -f | |
| npm warn using --force Recommended protections disabled. | |
| npm warn ERESOLVE overriding peer dependency | |
| npm warn While resolving: @capacitor/[email protected] | |
| npm warn Found: @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/core | |
| npm warn @capacitor/core@"^5.4.1" from the root project | |
| npm warn 7 more (@capacitor-community/fcm, @capacitor/android, ...) | |
| npm warn | |
| npm warn Could not resolve dependency: | |
| npm warn peer @capacitor/core@"^6.0.0" from @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/app | |
| npm warn @capacitor/app@"^6.0.0" from the root project | |
| npm warn | |
| npm warn Conflicting peer dependency: @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/core | |
| npm warn peer @capacitor/core@"^6.0.0" from @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/app | |
| npm warn @capacitor/app@"^6.0.0" from the root project | |
| npm warn ERESOLVE overriding peer dependency | |
| npm warn While resolving: @capacitor/[email protected] | |
| npm warn Found: @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/core | |
| npm warn @capacitor/core@"^5.4.1" from the root project | |
| npm warn 7 more (@capacitor-community/fcm, @capacitor/android, ...) | |
| npm warn | |
| npm warn Could not resolve dependency: | |
| npm warn peer @capacitor/core@"^6.0.0" from @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/browser | |
| npm warn @capacitor/browser@"^6.0.2" from the root project | |
| npm warn | |
| npm warn Conflicting peer dependency: @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/core | |
| npm warn peer @capacitor/core@"^6.0.0" from @capacitor/[email protected] | |
| npm warn node_modules/@capacitor/browser | |
| npm warn @capacitor/browser@"^6.0.2" from the root project | |
| added 820 packages, and audited 1071 packages in 1m | |
| 198 packages are looking for funding | |
| run `npm fund` for details | |
| 19 vulnerabilities (2 low, 9 moderate, 7 high, 1 critical) | |
| To address issues that do not require attention, run: | |
| npm audit fix | |
| To address all issues (including breaking changes), run: | |
| npm audit fix --force | |
| Run `npm audit` for details. | |
| DESKTOP-I672RS4:~/vorme-fe# npm run dev | |
| > [email protected] dev | |
| > next dev | |
| ⚠ Invalid next.config.js options detected: | |
| ⚠ Unrecognized key(s) in object: 'appDir' at "experimental" | |
| ⚠ See more info here: https://nextjs.org/docs/messages/invalid-next-config | |
| ⚠ App router is available by default now, `experimental.appDir` option can be safely removed. | |
| Attention: Next.js now collects completely anonymous telemetry regarding usage. | |
| This information is used to shape Next.js' roadmap and prioritize features. | |
| You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: | |
| https://nextjs.org/telemetry | |
| automatically enabled Fast Refresh for 1 custom loader | |
| ▲ Next.js 13.5.6 | |
| - Local: http://localhost:3000 | |
| - Experiments (use at your own risk): | |
| · appDir | |
| ✓ Ready in 2.7s | |
| Browserslist: caniuse-lite is outdated. Please run: | |
| npx update-browserslist-db@latest | |
| Why you should do it regularly: https://github.com/browserslist/update-db#readme | |
| (node:98) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. | |
| (Use `node --trace-deprecation ...` to show where the warning was created) | |
| ○ Compiling / ... | |
| request to https://fonts.googleapis.com/css2?family=Montserrat:[email protected]&display=swap failed, reason: | |
| Retrying 1/3... | |
| request to https://fonts.googleapis.com/css2?family=Playfair+Display:[email protected]&display=swap failed, reason: | |
| Retrying 1/3... | |
| ✓ Compiled / in 9.7s (1418 modules) | |
| ✓ Compiled in 539ms (1400 modules) | |
| 'enableLocalDataStore' must be called after 'initialize' | |
| ○ Compiling /not-found ... | |
| ⨯ ./src/app/globals.css | |
| Module parse failed: Unexpected character '@' (1:0) | |
| You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | |
| > @tailwind base; | |
| | @tailwind components; | |
| | @tailwind utilities; | |
| Import trace for requested module: | |
| ./src/app/globals.css | |
| ⨯ ./src/app/globals.css | |
| Module parse failed: Unexpected character '@' (1:0) | |
| You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | |
| > @tailwind base; | |
| | @tailwind components; | |
| | @tailwind utilities; | |
| Import trace for requested module: | |
| ./src/app/globals.css | |
| automatically enabled Fast Refresh for 1 custom loader | |
| ⨯ ./src/app/globals.css | |
| Module parse failed: Unexpected character '@' (1:0) | |
| You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | |
| > @tailwind base; | |
| | @tailwind components; | |
| | @tailwind utilities; | |
| Import trace for requested module: | |
| ./src/app/globals.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment