-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust UI, smoothen data, add fixation method
- Loading branch information
1 parent
baf4d9a
commit 6cbb7bb
Showing
32 changed files
with
1,143 additions
and
539 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 verbose config Skipping project config: /home/pwpg20/.npmrc. (matches userconfig) | ||
5 verbose run-script [ 'prestart', 'start', 'poststart' ] | ||
6 info lifecycle [email protected]~prestart: [email protected] | ||
7 info lifecycle [email protected]~start: [email protected] | ||
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true | ||
9 verbose lifecycle [email protected]~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pwpg20/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/go/bin:/snap/bin | ||
10 verbose lifecycle [email protected]~start: CWD: /home/pwpg20 | ||
11 silly lifecycle [email protected]~start: Args: [ '-c', 'PORT=10020 react-scripts start' ] | ||
12 silly lifecycle [email protected]~start: Returned: code: 1 signal: null | ||
13 info lifecycle [email protected]~start: Failed to exec start script | ||
14 verbose stack Error: [email protected] start: `PORT=10020 react-scripts start` | ||
14 verbose stack Exit status 1 | ||
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) | ||
14 verbose stack at EventEmitter.emit (events.js:315:20) | ||
14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) | ||
14 verbose stack at ChildProcess.emit (events.js:315:20) | ||
14 verbose stack at maybeClose (internal/child_process.js:1021:16) | ||
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) | ||
15 verbose pkgid [email protected] | ||
16 verbose cwd /home/pwpg20 | ||
17 verbose Linux 4.4.0-210-generic | ||
18 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" | ||
19 verbose node v12.18.3 | ||
20 verbose npm v6.14.6 | ||
21 error code ELIFECYCLE | ||
22 error errno 1 | ||
23 error [email protected] start: `PORT=10020 react-scripts start` | ||
23 error Exit status 1 | ||
24 error Failed at the [email protected] start script. | ||
24 error This is probably not a problem with npm. There is likely additional logging output above. | ||
25 verbose exit [ 1, true ] |
This file contains 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
This file contains 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
Oops, something went wrong.