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
After I installed mvg with npm install mvg-cli -g and tried to execute it.
I got:
nternal/modules/cjs/loader.js:613
throw err;
^
Error: Cannot find module 'iconv-lite'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:611:15)
at Function.Module._load (internal/modules/cjs/loader.js:537:25)
at Module.require (internal/modules/cjs/loader.js:665:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/usr/local/lib/node_modules/mvg-cli/lib/utils/loadData.js:20:18)
at Module._compile (internal/modules/cjs/loader.js:736:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:747:10)
at Module.load (internal/modules/cjs/loader.js:628:32)
at tryModuleLoad (internal/modules/cjs/loader.js:568:12)
at Function.Module._load (internal/modules/cjs/loader.js:560:3)
The text was updated successfully, but these errors were encountered:
@Mtze@greenchapter checkout lukaskollmer/mvg-api, it also has a CLI version (and is maintained). My PR needs to be merged for it to work again, so you could also either apply the fix yourself meanwhile or use my fork.
After I installed
mvg
withnpm install mvg-cli -g
and tried to execute it.I got:
The text was updated successfully, but these errors were encountered: