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
This appears to be a bug in the mdast-util-gfm ecosystem packages. The typos prevent the application from bundling correctly when using Metro bundler with Hermes for web.
Actual behavior
Web Bundling failed 7188ms index.ts (941 modules)
Unable to resolve "devlop" from "node_modules/mdast-util-gfm-task-list-item/lib/index.js"
Hi! Thanks for reaching out! Because we treat issues as our backlog, we close issues that are questions since they don’t represent a task to be completed.
See our support docs for how and where to ask questions.
Initial checklist
Affected package
mdast-util-gfm-task-list-item/lib/index.js
Steps to reproduce
The application was failing to bundle with the following error:
This was caused by typos in multiple dependencies:
In
[email protected]
, there was an import statement:The package name was misspelled - it should have been
develop
.Solution Applied
mdast-util-gfm-table/lib/index.js
by changing'devlop'
to'develop'
develop
package which was missingpatch-package
to ensure the fixes persist even if dependencies are reinstalledEnvironment Details
Node.js: v18.20.8
npm: 10.8.2
macOS: 15.4 (BuildVersion: 24E248)
Expo CLI: 0.22.22
Metro: 0.80.6
Affected packages:
Bug Report Information
This appears to be a bug in the
mdast-util-gfm
ecosystem packages. The typos prevent the application from bundling correctly when using Metro bundler with Hermes for web.Actual behavior
Web Bundling failed 7188ms index.ts (941 modules)
Unable to resolve "devlop" from "node_modules/mdast-util-gfm-task-list-item/lib/index.js"
Expected behavior
Web Built
Runtime
[email protected]
Package manager
npx expo 0.22.22
Operating system
macOS 15.4
Build and bundle tools
other (please specify in steps to reproduce)
The text was updated successfully, but these errors were encountered: