Unable to install Tailwind CSS through VS Code terminal #2059
Unanswered
janoschherrmann
asked this question in
Help
Replies: 1 comment 4 replies
-
What is returned if you run this on terminal? node -v |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
an absolute coding beginner here, so please don't judge my stupid question:
I was trying to install Tailwind as shown by Adam in this video: [https://tailwindcss.com/course/setting-up-tailwind-and-postcss/]
I have installed Node.js in order to run the npm commands in VS Code, but when I try to run "npm init -y" I get this error message:
npm: The term "npm" was not recognized as the name of a cmdlet, function, script file or executable program. Check the spelling of the name, or whether the path is correct (if included), and
repeat the process.
In line: 1 character: 1
Can anybody tell me what I'm doing wrong?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions