theRAPTLab / meme-2023

MEME 2023 grant development (fork from MEME 2018)
MIT License
0 stars 0 forks source link

FIX: Build System Configuration Errors #20

Closed dsriseah closed 2 weeks ago

dsriseah commented 2 weeks ago

This claimfixes #19 regarding ESLint errors in the VSCODE IDE, as well as some related lint config issues.

ALSO

TESTING

TESTING VS-ENV

The vs-env script runs if you open the meme-2023.code-workspace. It has settings in it that check the environment, producing output like: image

This is helpful for testing ARCHITECTURE and NODE VERSION MISMATCHES.

TESTING ERROR-FREE OPEN

First, open meme-2023 dev branch (pre-fix) and confirm ESLint error in the OUTPUT pane of terminal for ESLint image

Next, pull the dev-sri/build-config-fixes branch, close VSCODE, and reopen it.

TESTING BUILD


Known Issues

dsriseah commented 2 weeks ago

noting unexpected npm ci errors After adding vs-env script, it caught that I was not in the right version of node and so I did nvm use followed by npm ci to load the correct modules.

image

Note that I'm on ARM.

Will make this a separate issue, as this is possibly related to arm or previous lack of node version detection by vs-env

Sakelun commented 2 weeks ago

@dsriseah Before you chase that too far, these warnings exist on non-ARM systems as well.

dsriseah commented 2 weeks ago

@dsriseah Before you chase that too far, these warnings exist on non-ARM systems as well.

Thanks! I'll open a new issue to resolve that sometime in the future.

benloh commented 2 weeks ago

Fixed and merged. Thanks, @dsriseah!