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
I'm using yarn to add the package. When I use it, on the terminal the following messages appear:
WARNING in ./node_modules/react-native-material-menu/dist/Menu.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/Menu.tsx' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/Menu.tsx'
WARNING in ./node_modules/react-native-material-menu/dist/MenuDivider.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuDivider.tsx' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuDivider.tsx'
WARNING in ./node_modules/react-native-material-menu/dist/MenuItem.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuItem.tsx' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuItem.tsx'
WARNING in ./node_modules/react-native-material-menu/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/index.ts'
Is there a way to fix these warnings/errors?
The text was updated successfully, but these errors were encountered:
Hello,
I'm using yarn to add the package. When I use it, on the terminal the following messages appear:
WARNING in ./node_modules/react-native-material-menu/dist/Menu.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/Menu.tsx' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/Menu.tsx'
WARNING in ./node_modules/react-native-material-menu/dist/MenuDivider.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuDivider.tsx' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuDivider.tsx'
WARNING in ./node_modules/react-native-material-menu/dist/MenuItem.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuItem.tsx' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/MenuItem.tsx'
WARNING in ./node_modules/react-native-material-menu/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/user/projects/react-test/reactmodule/node_modules/react-native-material-menu/src/index.ts'
Is there a way to fix these warnings/errors?
The text was updated successfully, but these errors were encountered: