Я загрузил окно реакции из трюфеля и хотел использовать npm, установить и запустить, но оба не работают. Я посмотрел другой пост, в котором говорилось:
- установить путь
"%SystemRoot%\system32"
, открыть cmd в админке, затем использовать npm start - npm config set ignore-scripts false
- Подтверждаю, что я нахожусь в каталоге, содержащем
package.json
Вот как выглядит загруженный ящик (раньше я запускал npm start и install в обоих этих каталогах ):
And here is the errors log that I have with npm start in both the SupChainBasicVersion folder and client folder:
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'start'
1 verbose cli ]
2 info using npm@6.14.6
3 info using node@v12.18.3
4 verbose stack Error: ENOENT: no such file or directory, open 'C:\Users\Heraxia\SupChainBasicVersion\package.json'
5 verbose cwd C:\Users\Heraxia\SupChainBasicVersion
6 verbose Windows_NT 10.0.18363
7 verbose argv "C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node.exe" "C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
8 verbose node v12.18.3
9 verbose npm v6.14.6
10 error code ENOENT
11 error syscall open
12 error path C:\Users\Heraxia\SupChainBasicVersion\package.json
13 error errno -4058
14 error enoent ENOENT: no such file or directory, open 'C:\Users\Heraxia\SupChainBasicVersion\package.json'
15 error enoent This is related to npm not being able to find a file.
16 verbose exit [ -4058, true ]
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'start'
1 verbose cli ]
2 info using npm@6.14.6
3 info using node@v12.18.3
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle client@0.1.0~prestart: client@0.1.0
6 info lifecycle client@0.1.0~start: client@0.1.0
7 verbose lifecycle client@0.1.0~start: unsafe-perm in lifecycle true
8 verbose lifecycle client@0.1.0~start: PATH: C:\Users\Heraxia\AppData\Local\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\Heraxia\SupChainBasicVersion\client\node_modules\.bin;C:\Python38\Scripts\;C:\Python38\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Heraxia\AppData\Local\nodejs\;C:\ProgramData\chocolatey\bin;C:\Windows\system32;C:\Users\Heraxia\AppData\Local\Microsoft\WindowsApps;C:\Users\Heraxia\AppData\Local\VSCode\bin;C:\Program Files\Java\jdk-11.0.8\bin;C:\Users\Heraxia\AppData\Roaming\npm
9 verbose lifecycle client@0.1.0~start: CWD: C:\Users\Heraxia\SupChainBasicVersion\client
10 silly lifecycle client@0.1.0~start: Args: [ '/d /s /c', 'react-scripts start' ]
11 silly lifecycle client@0.1.0~start: Returned: code: 1 signal: null
12 info lifecycle client@0.1.0~start: Failed to exec start script
13 verbose stack Error: client@0.1.0 start: `react-scripts start`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (C:\Users\Heraxia\AppData\Local\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. (C:\Users\Heraxia\AppData\Local\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:1021:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
14 verbose pkgid client@0.1.0
15 verbose cwd C:\Users\Heraxia\SupChainBasicVersion\client
16 verbose Windows_NT 10.0.18363
17 verbose argv "C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node.exe" "C:\\Users\\Heraxia\\AppData\\Local\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
18 verbose node v12.18.3
19 verbose npm v6.14.6
20 error code ELIFECYCLE
21 error errno 1
22 error client@0.1.0 start: `react-scripts start`
22 error Exit status 1
23 error Failed at the client@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 ]
введите описание изображения здесь
Помогите, пожалуйста, я думаю, что go сойду с ума от этих ошибок. Я уже работал над этим более двух часов и не знаю, что делать.
Благодарю всех, кто найдет время, чтобы попытаться мне помочь.