Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm start error #393

Open
Boomer91 opened this issue May 30, 2023 · 1 comment
Open

npm start error #393

Boomer91 opened this issue May 30, 2023 · 1 comment

Comments

@Boomer91
Copy link

Boomer91 commented May 30, 2023

Getting this error when running npm start:

 Module not found: Error: Can't resolve './JsDataflashParser/parser' in '/home/cyriel/software/UAVLogViewer/src/tools/parsers'
 resolve './JsDataflashParser/parser' in '/home/cyriel/software/UAVLogViewer/src/tools/parsers'
   using description file: /home/cyriel/software/UAVLogViewer/package.json (relative path: ./src/tools/parsers)
     Field 'browser' doesn't contain a valid alias configuration
     using description file: /home/cyriel/software/UAVLogViewer/package.json (relative path: ./src/tools/parsers/JsDataflashParser/parser)
       no extension
         Field 'browser' doesn't contain a valid alias configuration
         /home/cyriel/software/UAVLogViewer/src/tools/parsers/JsDataflashParser/parser doesn't exist
       .js
         Field 'browser' doesn't contain a valid alias configuration
         /home/cyriel/software/UAVLogViewer/src/tools/parsers/JsDataflashParser/parser.js doesn't exist
       .json
         Field 'browser' doesn't contain a valid alias configuration
         /home/cyriel/software/UAVLogViewer/src/tools/parsers/JsDataflashParser/parser.json doesn't exist
       .wasm
         Field 'browser' doesn't contain a valid alias configuration
         /home/cyriel/software/UAVLogViewer/src/tools/parsers/JsDataflashParser/parser.wasm doesn't exist
       as directory
         /home/cyriel/software/UAVLogViewer/src/tools/parsers/JsDataflashParser/parser doesn't exist

 Child worker-loader /home/cyriel/software/UAVLogViewer/node_modules/babel-loader/lib/index.js!/home/cyriel/software/UAVLogViewer/node_modules/eslint-loader/dist/cjs.js??ruleSet[1].rules[19]!/home/cyriel/software/UAVLogViewer/src/tools/parsers/parser.worker.js compiled with 1 error
webpack 5.75.0 compiled with 1 error in 33884 ms```
@Williangalvani
Copy link
Collaborator

Hi, run git submodule update --init --recursive in order to fetch the submodules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants