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 generated electrode application using 'yo electrode' then tried to run it via 'gulp dev' and finally I got an error: error: uncaughtException: Cannot find module 'ansi-to-html'
It seems that there is no ability to resolve 'ansi-to-html' dependency in electrode-webpack-reporter/lib/stats-utils.js file.
Is it possible to replace 'ansi-to-html' with 'ansi-html'? Is this fix correct? (At least for me, it works)
The text was updated successfully, but these errors were encountered:
npm version: 4.5.0
node version: v7.9.0
I generated electrode application using 'yo electrode' then tried to run it via 'gulp dev' and finally I got an error:
error: uncaughtException: Cannot find module 'ansi-to-html'
It seems that there is no ability to resolve 'ansi-to-html' dependency in electrode-webpack-reporter/lib/stats-utils.js file.
Is it possible to replace 'ansi-to-html' with 'ansi-html'? Is this fix correct? (At least for me, it works)
The text was updated successfully, but these errors were encountered: