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
It is a newly create a fresh project with nothing in it,
ember new PROJECT_NAME --yarn true
ember install ember-electron
Error stacktrace,
log.gauge.isEnabled is not a function
TypeError: log.gauge.isEnabled is not a function
at Object.<anonymous> (/Users/li-xinyang/Desktop/RR_VEE_3_Electron/node_modules/npm/node_modules/npmlog/log.js:57:33)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/li-xinyang/Desktop/RR_VEE_3_Electron/node_modules/npm/lib/utils/umask.js:2:14)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
Update
After searching around I found a workaround for it. Remote node_module and re-install all the dependencies.
Environment,
It is a newly create a fresh project with nothing in it,
Error stacktrace,
Update
After searching around I found a workaround for it. Remote
node_module
and re-install all the dependencies.npm/npmlog#48
It is a Yarn related issue the detailed of the issue can be found at,
yarnpkg/yarn#3202
The issue is not affecting the user who installs dependencies using NPM
The text was updated successfully, but these errors were encountered: