How do I resolve this npm install error?
I cloned the Lisk blockchain application platform and ran npm install and cannot seem to find a solution.
I have a shallow understanding of npm and debugging these types of errors.
If someone would like to teach me how to better think about these problems so that I could better solve them myself in the future I would be grateful.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/8.6.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install' ]
2 info using npm@5.5.1
3 info using node@v8.6.0
4 verbose npm-session 1b07b056f8329c9c
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall lisk@0.9.8
7 info lifecycle lisk@0.9.8~preinstall: lisk@0.9.8
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 silly install loadShrinkwrap
13 silly install loadAllDepsIntoIdealTree
14 info lifecycle sodium@2.0.1~prepack: sodium@2.0.1
15 info lifecycle sodium@2.0.1~postpack: sodium@2.0.1
16 silly pacote git manifest for sodium@github:LiskHQ/node-sodium#716de00 fetched in 16581ms
17 silly resolveWithNewModule sodium@2.0.1 checking installable status
18 silly currentTree lisk@0.9.8
18 silly currentTree ├── abbrev@1.1.1
18 silly currentTree ├── accepts@1.3.4
18 silly currentTree ├─┬ acorn-dynamic-import@2.0.2
18 silly currentTree │ └── acorn@4.0.13
18 silly currentTree ├─┬ acorn-jsx@3.0.1
18 silly currentTree │ └── acorn@3.3.0
18 silly currentTree ├── acorn@5.1.2
18 silly currentTree ├── after@0.8.2
18 silly currentTree ├── ajv-keywords@2.1.0
18 silly currentTree ├── ajv@5.2.3
18 silly currentTree ├── align-text@0.1.4
18 silly currentTree ├── amdefine@1.0.1
...skipping...
in:/sbin
53 verbose lifecycle sodium@2.0.1~preinstall: CWD: /Users/sufuninja/Projects/lisk/node_modules/sodium