You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what I am doing wrong but I get errors trying to create this locally.
I was hoping to use this as a template for a nice looking github page but I am running into issues trying to even play around with this locally.
Maybe its a linux issue? Not sure but any help on how to get this working would be much appreciated.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', '-g', 'npm' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 silly fetchPackageMetaData npm
8 silly fetchNamedPackageData npm
9 silly mapToRegistry name npm
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'npm',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry escapedName: 'npm',
12 silly mapToRegistry name: 'npm',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag'
12 silly mapToRegistry }
13 silly mapToRegistry uri https://registry.npmjs.org/npm
14 verbose request uri https://registry.npmjs.org/npm
15 verbose request no auth needed
16 info attempt registry request try #1 at 4:00:55 PM
17 verbose request id 4bb1a77ba6347d9b
18 http request GET https://registry.npmjs.org/npm
19 http 200 https://registry.npmjs.org/npm
20 verbose headers {
20 verbose headers date: 'Tue, 04 Mar 2025 21:00:55 GMT',
20 verbose headers 'content-type': 'application/json',
20 verbose headers 'transfer-encoding': 'chunked',
20 verbose headers connection: 'keep-alive',
20 verbose headers 'cf-ray': '91b44e4d4ecf8263-IAD',
20 verbose headers 'cf-cache-status': 'HIT',
20 verbose headers 'access-control-allow-origin': '*',
20 verbose headers age: '219',
20 verbose headers 'cache-control': 'public, max-age=300',
20 verbose headers etag: 'W/"be1bb07999d8c0e670ab61ddf59a36e3"',
20 verbose headers 'last-modified': 'Wed, 29 Jan 2025 21:19:20 GMT',
20 verbose headers vary: 'accept-encoding, accept',
20 verbose headers 'set-cookie': [
20 verbose headers '_cfuvid=ZiMWsOv7a.rsmohwETtZ147X_KTrgyYGbVreRcs3piE-1741122055278-0.0.1.1-604800000; path=/; domain=.npmjs.org; HttpOnly; Secure; SameSite=None'
20 verbose headers ],
20 verbose headers server: 'cloudflare',
20 verbose headers 'content-encoding': 'gzip'
20 verbose headers }
21 silly get cb [
21 silly get 200,
21 silly get {
21 silly get date: 'Tue, 04 Mar 2025 21:00:55 GMT',
21 silly get 'content-type': 'application/json',
21 silly get 'transfer-encoding': 'chunked',
21 silly get connection: 'keep-alive',
21 silly get 'cf-ray': '91b44e4d4ecf8263-IAD',
21 silly get 'cf-cache-status': 'HIT',
21 silly get 'access-control-allow-origin': '*',
21 silly get age: '219',
21 silly get 'cache-control': 'public, max-age=300',
21 silly get etag: 'W/"be1bb07999d8c0e670ab61ddf59a36e3"',
21 silly get 'last-modified': 'Wed, 29 Jan 2025 21:19:20 GMT',
21 silly get vary: 'accept-encoding, accept',
21 silly get 'set-cookie': [
21 silly get '_cfuvid=ZiMWsOv7a.rsmohwETtZ147X_KTrgyYGbVreRcs3piE-1741122055278-0.0.1.1-604800000; path=/; domain=.npmjs.org; HttpOnly; Secure; SameSite=None'
21 silly get ],
21 silly get server: 'cloudflare',
21 silly get 'content-encoding': 'gzip'
21 silly get }
21 silly get ]
22 verbose get saving npm to /root/.npm/registry.npmjs.org/npm/.cache.json
23 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
24 verbose stack TypeError: cb.apply is not a function
24 verbose stack at /usr/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:267:18
24 verbose stack at FSReqCallback.oncomplete (node:fs:199:5)
25 verbose cwd /home/devbox/Nextcloud/repos/THIRD-PARTY/portfolio
26 error Linux 6.13.5-arch1-1
27 error argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "npm"
28 error node v22.14.0
29 error npm v3.10.10
30 error cb.apply is not a function
31 error If you need help, you may report this error at:
31 error <https://github.com/npm/npm/issues>
32 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered:
I am not sure what I am doing wrong but I get errors trying to create this locally.
I was hoping to use this as a template for a nice looking github page but I am running into issues trying to even play around with this locally.
Maybe its a linux issue? Not sure but any help on how to get this working would be much appreciated.
The text was updated successfully, but these errors were encountered: