#javascript #node.js #angular #npm #scully
Вопрос:
Я пытался создать статический HTML с помощью Скалли, и я продолжаю получать ту же ошибку. Я несколько раз искал его, но безуспешно.
Что я могу сделать, чтобы это сработало? Если вам нужна дополнительная информация от меня, пожалуйста, дайте мне знать, и я соответствующим образом отредактирую эту страницу.
1 verbose cli [
1 verbose cli 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'scully'
1 verbose cli ]
2 info using npm@6.14.11
3 info using node@v14.16.0
4 verbose run-script [ 'prescully', 'scully', 'postscully' ]
5 info lifecycle ngw@3.3.21~prescully: ngw@3.3.21
6 info lifecycle ngw@3.3.21~scully: ngw@3.3.21
7 verbose lifecycle ngw@3.3.21~scully: unsafe-perm in lifecycle true
8 verbose lifecycle ngw@3.3.21~scully: PATH: C:Program Filesnodejsnode_modulesnpmnode_modulesnpm-lifecyclenode-gyp-bin;C:laragonapptesttest2node_modules.bin;C:Python39Scripts;C:Python39;C:Program Files (x86)Common FilesOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:Program FilesJavajdk1.7.0_67bin;C:Program FilesJavajdk1.7.0_67lib;C:Program FilesJavajdk1.7.0_79bin;C:Program FilesJavajdk1.7.0_79lib;C:Dwimperlperlbin;C:Dwimperlperlsitebin;C:Dwimperlcbin;;C:WINDOWSSystem32OpenSSH;C:Program Filesnodejs;C:ProgramDatachocolateybin;;C:Program FilesDockerDockerresourcesbin;C:ProgramDataDockerDesktopversion-bin;C:UsersshawnAppDataLocalProgramsPythonPython35-32Scripts;C:UsersshawnAppDataLocalProgramsPythonPython35-32;C:UsersshawnAppDataLocalMicrosoftWindowsApps;C:Program Files (x86)Nmap;C:UsersshawnAppDataRoamingnpm;C:UsersmeAppDataLocalProgramsMicrosoft VS Codebin
9 verbose lifecycle ngw@3.3.21~scully: CWD: C:laragonapptesttest2
10 silly lifecycle ngw@3.3.21~scully: Args: [ '/d /s /c', 'npm scully --' ]
11 silly lifecycle ngw@3.3.21~scully: Returned: code: 1 signal: null
12 info lifecycle ngw@3.3.21~scully: Failed to exec scully script
13 verbose stack Error: ngw@3.3.21 scully: `npm scully --`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (C:Program Filesnodejsnode_modulesnpmnode_modulesnpm-lifecycleindex.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:315:20)
13 verbose stack at ChildProcess.<anonymous> (C:Program Filesnodejsnode_modulesnpmnode_modulesnpm-lifecyclelibspawn.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 ngw@3.3.21
15 verbose cwd C:laragonapptesttest2
16 verbose Windows_NT 10.0.19041
17 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "scully"
18 verbose node v14.16.0
19 verbose npm v6.14.11
20 error code ELIFECYCLE
21 error errno 1
22 error ngw@3.3.21 scully: `npm scully --`
22 error Exit status 1
23 error Failed at the ngw@3.3.21 scully script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]