You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first encountered this error when trying to install grunt-cli and looking at the logs traced it back to when npm is trying to install wrappy. It's only been an issue since upgrading to Node 8 / NPM 5.0.1
When trying to install wrappy, I'm encountering the following error:
➜ project git:(alpha) npm install -g grunt-cli
npm ERR! Cannot read property 'find' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jasonshultz/.npm/_logs/2017-06-02T12_50_10_206Z-debug.log
➜ project git:(alpha) npm install -g wrappy
added 1 package in 37.495s
➜ project git:(alpha)
I first encountered this error when trying to install grunt-cli and looking at the logs traced it back to when npm is trying to install wrappy. It's only been an issue since upgrading to Node 8 / NPM 5.0.1
When trying to install wrappy, I'm encountering the following error:
The error is happening around line 246:
The text was updated successfully, but these errors were encountered: