Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 986 Bytes

INSTALL-INSTRUCTIONS.md

File metadata and controls

21 lines (15 loc) · 986 Bytes

Requirements

NODEJS: 18

  • You might have node 18 globally installed - all fine ✅
  • You have an older version installed globally:
    If you have other projects which require an older version of node, you need to manually switch the versions:

Possible way to install node 18 for this project is:

  • Install nvs (node version switcher)
  • Install node version 18 with nvs (in terminal enter nvs)
    • nvs
    • Follow instructions to install node 18

PREPARE VS CODE / EXTENSIONS

  • Quick / short way: Use our Unwanted recommendations-extension, which will report you any unwanted extensions for the workspace.
  • Longer / detailed way: Follow the instructions in the EXTENSIONS.md to correctly setup your VSCode workspace.