EmbarkStudios / wg-ui

WireGuard Web UI for self-serve client configurations, with optional auth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting frontend Server end in Error

gtrdriver opened this issue · comments

Hi
im New here - trying to startup Fronent Sever ends here:

`npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.12
npm WARN optional Skipping failed optional dependency /jest-haste-map/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.12
npm WARN sass-loader@8.0.2 requires a peer of sass@^1.3.0 but none was installed.
npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none was installed.
npm WARN wireguard-ui@1.0.0 No repository field.
npm ERR! Linux 4.15.0-96-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "--prefix=ui"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! path /temp/wg-ui/ui
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access

npm ERR! Error: EACCES: permission denied, access '/temp/wg-ui/ui'
npm ERR! { Error: EACCES: permission denied, access '/temp/wg-ui/ui'
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/temp/wg-ui/ui' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! Linux 4.15.0-96-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "--prefix=ui"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! path npm-debug.log.4225158192
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall open

npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.4225158192'
npm ERR! { Error: EACCES: permission denied, open 'npm-debug.log.4225158192'
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'open',
npm ERR! path: 'npm-debug.log.4225158192' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! Please include the following file with any support request:
npm ERR! /temp/wg-ui/npm-debug.log
`

Can Anyone help me ?

sorry - forgot sudo ...