Trying to use "npm install && npm run build" after installing package on machine. I am using Windows 11 Home Version 25H2. Installed without a glitch, but when I try to run the website that I received from ChatGPT (just a test, not putting anyone out of business), I get the following errors:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for tailwindcss@^3.5.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in: C:\Users\palus\AppData\Local\npm-cache_logs\2025-10-17T17_12_07_557Z-debug-0.log
Earlier, my first run told me to install version 11.6.02, but that would not install and indicated that it was incompatible with my OS. Any advice? I will admit that I don't know what I'm doing. I only do HTML. Thought I would mess with React + Tailwind for a better web experience. TIA.
Trying to use "npm install && npm run build" after installing package on machine. I am using Windows 11 Home Version 25H2. Installed without a glitch, but when I try to run the website that I received from ChatGPT (just a test, not putting anyone out of business), I get the following errors:
Earlier, my first run told me to install version 11.6.02, but that would not install and indicated that it was incompatible with my OS. Any advice? I will admit that I don't know what I'm doing. I only do HTML. Thought I would mess with React + Tailwind for a better web experience. TIA.