Broken update on v3.0.2
See original GitHub issueDescribe the bug Build was broken after update 3.0.1 -> 3.0.2
ERROR in ./node_modules/luxon/src/info.js 6:0-41
Module not found: Error: Can't resolve './impl/formatter' in '....node_modules/luxon/src'
Did you mean 'formatter.js'?
BREAKING CHANGE: The request './impl/formatter' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
resolve './impl/formatter' in '....node_modules/luxon/src'
using description file: ....node_modules/luxon/src/package.json (relative path: .)
Field 'browser' doesn't contain a valid alias configuration
using description file: ....node_modules/luxon/src/package.json (relative path: ./impl/formatter)
Field 'browser' doesn't contain a valid alias configuration
....node_modules/luxon/src/impl/formatter doesn't exist
@ ./node_modules/luxon/src/luxon.js 4:0-29 14:0-26:2
To Reproduce @types/luxon: 3.0.0 luxon: 3.0.2 typescript: 4.8.2
Issue Analytics
- State:
- Created a year ago
- Reactions:24
- Comments:6 (1 by maintainers)
Top Results From Across the Web
listenBefore broken in v3.0.2 · Issue #4561 - GitHub
Can we update router v3 to just use history v4? All the same functionality should be there, and it seems like history v4...
Read more >Update to v3.0.2: Images don't show - WordPress.org
Hello. We upgraded to v3.0.2 yesterday and we're seeing that the URLs for recent images are not being rendered in the page to...
Read more >Has Patch 3.0.0.2 broken my mods? - Fatshark Forums
I get some errors but no gamebreaking bugs that I've noticed. Check the rest of your game settings and keybindings.
Read more >v3.0.2 plugin broken in some places — Vanilla Forums
I've noticed AvatarFirstLetter isn't rendering correctly for avatars in the new Rich text editor, when highlighting mentions, and sometimes in quotes.
Read more >Unable to upgrade Ghost from v3.0.2 to v3.5.1 - Installation
I got mysql error about 'email' table inexistence Message: show columns from emails - ER_NO_SUCH_TABLE: Table 'db_ghost.emails' doesn't ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Gah, sorry. Marked 3.0.2 as bad in NPM and pushed out 3.0.3
Can confirm the bug. Tracked it down to https://github.com/moment/luxon/blob/9e287c33e26b48f58726ce149f7339b5d13bd7c6/src/info.js#L6 - there is the fileending missing.