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
Cannot find module '/appserver/node_modules/.pnpm/[email protected]/node_modules/lodash/pick' imported from /appserver/node_modules/.pnpm/[email protected]/node_modules/feathers-hooks-common/dist/index.mjs
Did you mean to import [email protected]/node_modules/lodash/pick.js?
There is douzens of such problems with lodash
Expected behavior
a '.js' seems to be missing
Actual behavior
An error shows up
System configuration
Module versions (especially the part that's not working):
6.1.1
NodeJS version:
16.15.0
Operating System:
macOS
The text was updated successfully, but these errors were encountered:
getting same issue on Ubuntu node 16.13.1. Only when using import, works fine with require.
Manually changing all the lodash imports in index.mjs and adding .js to end of paths also removes error.
Steps to reproduce
Upon import seeing this
There is douzens of such problems with lodash
Expected behavior
a
'.js'
seems to be missingActual behavior
An error shows up
System configuration
Module versions (especially the part that's not working):
6.1.1
NodeJS version:
16.15.0
Operating System:
macOS
The text was updated successfully, but these errors were encountered: