will
Following a code-along to learn Nuxt, seem to continuously encounter issues when installing modules?
@CDL I would recommend using nvm (node version manager) https://github.com/nvm-sh/nvm
8 replies
Following a code-along to learn Nuxt, seem to continuously encounter issues when installing modules?
hey! the output is an npm warning, so it shouldn't be blocking you.
Looking at the error, npm is warning that your current node version and npm version are behind what is specified by the packages.
To get rid of the warning, and meet the specifications of the package, you can upgrade your node to at least 18.2
8 replies