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
> require('snabbdom/helpers/attachto')
Uncaught:
Error [ERR_INVALID_PACKAGE_TARGET]: Invalid "exports" target "/build/package/helpers/attachto.js" defined for './helpers/attachto' in the package config /home/shahar/temp/node_modules/snabbdom/package.json; targets must start with "./"
snabbdom/package.json
Lines 8 to 27 in b34e9a9
Seems that they should be relative:
https://nodejs.org/api/esm.html#esm_subpath_exports
The text was updated successfully, but these errors were encountered: