mout: v1.2.0 breaks with node?
Looks like 1.2.0 was perhaps published without running nodefy
? Am I wrong? It seems like 1.2.0 breaks esformatter
and other modules?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 7
- Comments: 15 (4 by maintainers)
Seems like the latest release has broken bower?
nternal/modules/cjs/loader.js:583 throw err; ^
Error: Cannot find module ‘mout/lang’ at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:20:18)
1.2.1 was pushed. Preliminary tests show that it deployed correctly. Please feel free to upgrade to this version. I will close this issue after a bit of further testing and improving the deployment process.
How do we solve this if the error is from
mout
in a circular dependancy? wiredep, bower-config so many packages use mout 😱This seems fixed. I’m going to close this, but if you think that’s the wrong move, feel free to re-open.
Might be a good time to remember this https://twitter.com/cassidoo/status/1154809678607446016 Anyway, everything is good now 👍
Sorry everybody. Deployment issue. Use 1.1.0 until I push a fix today.
Same issue here with
v1.2.0
, please!Error: Cannot find module 'mout/lang'