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
The issue is exactly as the title says: npm-consider
8000
seems to fail when selecting Impact. Associated command output with stack trace is below (tested using express with command npm-consider install --save express):
***@***:~/proj/zifar$ npm-consider install --save express
express@4.16.3 (updated 6 months ago)
Packages 51
Size 535.18 KB
Licenses Permissive 51
? What is next? Impact
TypeError: Cannot read property 'saveDev' of undefined
at getLocalPackage.then (/mnt/c/Users/***/AppData/Roaming/npm/node_modules/npm-consider/lib/showImpact.js:69:25)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Note that this error also occurs if I attempt to use the module directly in the Windows command prompt.
The text was updated successfully, but these errors were encountered:
The issue is exactly as the title says:
npm-consider
8000 seems to fail when selectingImpact
. Associated command output with stack trace is below (tested usingexpress
with commandnpm-consider install --save express
):Note that this error also occurs if I attempt to use the module directly in the Windows command prompt.
The text was updated successfully, but these errors were encountered: