Skip to content

Instantly share code, notes, and snippets.

@github99er
Created November 14, 2020 18:38
Show Gist options
  • Save github99er/099eba798195fe6a9a817fff186e1d22 to your computer and use it in GitHub Desktop.
Save github99er/099eba798195fe6a9a817fff186e1d22 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
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 'dev:deploy:contract'
1 verbose cli ]
2 info using npm@6.14.5
3 info using node@v12.18.1
4 verbose run-script [
4 verbose run-script 'predev:deploy:contract',
4 verbose run-script 'dev:deploy:contract',
4 verbose run-script 'postdev:deploy:contract'
4 verbose run-script ]
5 info lifecycle testVote@0.1.0~predev:deploy:contract: testVote@0.1.0
6 info lifecycle testVote@0.1.0~dev:deploy:contract: testVote@0.1.0
7 verbose lifecycle testVote@0.1.0~dev:deploy:contract: unsafe-perm in lifecycle true
8 verbose lifecycle testVote@0.1.0~dev:deploy:contract: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\Owner\Desktop\nearTest\testVote\node_modules\.bin;C:\Program Files\AdoptOpenJDK\jre-8.0.252.09-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\PuTTY\;C:\Program Files (x86)\Yarn\bin\;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\dotnet\;C:\Python\Python38-32\Scripts\;C:\Python\Python38-32\;C:\Users\Owner\AppData\Local\Microsoft\WindowsApps;;C:\Users\Owner\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Owner\AppData\Roaming\npm;C:\Users\Owner\AppData\Local\Yarn\bin;C:\Users\Owner\AppData\Local\Pandoc\
9 verbose lifecycle testVote@0.1.0~dev:deploy:contract: CWD: C:\Users\Owner\Desktop\nearTest\testVote
10 silly lifecycle testVote@0.1.0~dev:deploy:contract: Args: [ '/d /s /c', 'near dev-deploy' ]
11 silly lifecycle testVote@0.1.0~dev:deploy:contract: Returned: code: 1 signal: null
12 info lifecycle testVote@0.1.0~dev:deploy:contract: Failed to exec dev:deploy:contract script
13 verbose stack Error: testVote@0.1.0 dev:deploy:contract: `near dev-deploy`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (C:\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.<anonymous> (C:\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:1021:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
14 verbose pkgid testVote@0.1.0
15 verbose cwd C:\Users\Owner\Desktop\nearTest\testVote
16 verbose Windows_NT 10.0.18363
17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev:deploy:contract"
18 verbose node v12.18.1
19 verbose npm v6.14.5
20 error code ELIFECYCLE
21 error errno 1
22 error testVote@0.1.0 dev:deploy:contract: `near dev-deploy`
22 error Exit status 1
23 error Failed at the testVote@0.1.0 dev:deploy:contract script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment