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
Hi,
following your setup instructions, when i run the command npm run start i get the following error:
> graphgpt@0.1.0 start /mnt/c/Users/ldelmonte/Desktop/GraphGPT
> react-scripts start
/mnt/c/Users/ldelmonte/Desktop/GraphGPT/node_modules/eslint-webpack-plugin/node_modules/jest-worker/build/index.js:110
_ending;
^
SyntaxError: Unexpected token ;
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/mnt/c/Users/ldelmonte/Desktop/GraphGPT/node_modules/eslint-webpack-plugin/dist/getESLint.js:9:5)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! graphgpt@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the graphgpt@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/lodm/.npm/_logs/2023-02-02T14_52_59_897Z-debug.log
Complete log is the following:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'start' ]
2 info using npm@6.14.4
3 info using node@v10.19.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle graphgpt@0.1.0~prestart: graphgpt@0.1.0
6 info lifecycle graphgpt@0.1.0~start: graphgpt@0.1.0
7 verbose lifecycle graphgpt@0.1.0~start: unsafe-perm in lifecycle true
8 verbose lifecycle graphgpt@0.1.0~start: PATH: /usr/share/npm/node_modules/npm-lifecycle/node-gyp-bin:/mnt/c/Users/ldelmonte/Desktop/GraphGPT/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/ffmpeg/bin:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/Docker/Docker/resources/bin:/mnt/c/Users/ldelmonte/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/ldelmonte/AppData/Local/Programs/Microsoft VS Code/bin:/snap/bin
9 verbose lifecycle graphgpt@0.1.0~start: CWD: /mnt/c/Users/ldelmonte/Desktop/GraphGPT
10 silly lifecycle graphgpt@0.1.0~start: Args: [ '-c', 'react-scripts start' ]
11 silly lifecycle graphgpt@0.1.0~start: Returned: code: 1 signal: null
12 info lifecycle graphgpt@0.1.0~start: Failed to exec start script
13 verbose stack Error: graphgpt@0.1.0 start: `react-scripts start`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/usr/share/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:198:13)
13 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:198:13)
13 verbose stack at maybeClose (internal/child_process.js:982:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
14 verbose pkgid graphgpt@0.1.0
15 verbose cwd /mnt/c/Users/ldelmonte/Desktop/GraphGPT
16 verbose Linux 5.15.79.1-microsoft-standard-WSL2
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "start"
18 verbose node v10.19.0
19 verbose npm v6.14.4
20 error code ELIFECYCLE
21 error errno 1
22 error graphgpt@0.1.0 start: `react-scripts start`
22 error Exit status 1
23 error Failed at the graphgpt@0.1.0 start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Any clue on this?
Thanks
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi,
following your setup instructions, when i run the command
npm run start
i get the following error:Complete log is the following:
Any clue on this?
Thanks
The text was updated successfully, but these errors were encountered: