When trying to install ssri through npm, it is showing the error:
Cannot read property 'find' of undefined
Steps to replicate:
npm install ssri
Copy of npm log:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install', 'ssri' ]
2 info using npm@5.0.0
3 info using node@v6.2.0
4 silly install loadCurrentTree
5 silly install readLocalPackageData
6 http fetch GET 200 https://registry.npmjs.org/ssri 341ms
7 silly pacote tag manifest for ssri@latest fetched in 371ms
8 silly install loadIdealTree
9 silly install
When trying to install ssri through npm, it is showing the error:
Steps to replicate:
Copy of npm log: