Windows Compatibiity? #86
Labels
help wanted
Seeking public contribution on this
kind:bug
A bug in existing code (including security flaws)
type:issue
Just tried to install this on Windows 10 and it appeared that the installation worked except for one error-ish looking thing on "npm run build":
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'D:\Program Files\nodejs\node.exe',
1 verbose cli 'D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'build'
1 verbose cli ]
2 info using npm@6.14.11
3 info using node@v14.16.0
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle bee-dashboard@0.1.0
prebuild: bee-dashboard@0.1.0build: bee-dashboard@0.1.06 info lifecycle bee-dashboard@0.1.0
7 verbose lifecycle bee-dashboard@0.1.0
build: unsafe-perm in lifecycle truebuild: PATH:8 verbose lifecycle bee-dashboard@0.1.0
9 verbose lifecycle bee-dashboard@0.1.0
build: CWD: D:\Swarm-Bee\bee-dashboardbuild: Args: [ '/d /s /c', 'react-scripts build' ]10 silly lifecycle bee-dashboard@0.1.0
11 silly lifecycle bee-dashboard@0.1.0
build: Returned: code: 1 signal: nullbuild: Failed to exec build script12 info lifecycle bee-dashboard@0.1.0
13 verbose stack Error: bee-dashboard@0.1.0 build:
react-scripts build
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (D:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:315:20)
13 verbose stack at ChildProcess. (D:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:315:20)
13 verbose stack at maybeClose (internal/child_process.js:1048:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
14 verbose pkgid bee-dashboard@0.1.0
15 verbose cwd D:\Swarm-Bee\bee-dashboard
16 verbose Windows_NT 10.0.19041
17 verbose argv "D:\Program Files\nodejs\node.exe" "D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "build"
18 verbose node v14.16.0
19 verbose npm v6.14.11
20 error code ELIFECYCLE
21 error errno 1
22 error bee-dashboard@0.1.0 build:
react-scripts build
22 error Exit status 1
23 error Failed at the bee-dashboard@0.1.0 build script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
But the "npm run serve" still offered the local URL, but all that comes out in the browser is an "Index of build/" that shows favicon.ico, manifest.json, and robots.txt.
Any suggestions on what I can try to see what might be going worng (sic)?
The text was updated successfully, but these errors were encountered: