when i follow the doc and install it i get this error Error: Cannot find module ‘@swc/core-win32-x64-msvc’ i install it with npm i @swc/core-win32-x64-msvc i get this 15 vulnerabilities (11 moderate, 4 high)
This topic has been created from a Discord post (1279064226744238154) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord
I installed it manually, strapi started but i cannot access it rn
Also I’m using Hetzner maybe it could be something about it
I’ve never seen that but it sounds to me like you are missing some build tools
i have the same problem in my case i tried to install dependencies from a cloned project from gh, and i get 19 vulnerabilities (14 moderate, 5 high) with node v20.10.0, npm 10.8.2
i just solve it by deleting lock file, the node modules folder, and changing the node version to 18, then reinstall