Replies: 1 comment 2 replies
-
The instructions you're following are for a standard installation of Node.js, not an NVM4W installation of Node.js. When you run Those versions of node are old enough that the current grunt modules may not be supported in those old versions. You may need to install an older version of grunt (or any other module) that supports Node 4.4.0 or 8.9.0 respectively. Remember, both of those versions reached end-of-life a long time ago. Most module authors stopped supporting those versions and often force updates to mitigate security vulnerabilities... but it's entirely up to the module maintainer. The main point here is it is not clear whether there is a problem with NVM4W configuring Node or (more likely) if there is a problem with the module or the very old version of npm. When you run |
Beta Was this translation helpful? Give feedback.
-
I researched a lot on the subject, but I couldn't find a viable solution to my problem, I'm setting up a development environment by NVM I installed node 8.9.0, I managed to install the NPM package on it and the grunt libraries I needed, however, now I'm trying to do the same procedure, but in version 4.4.0 and it doesn't work, any command I give in version 4.4.0 doesn't return any errors
I already tried all the steps in this tutorial: How to completely remove node.js from Windows but it didn't solve my problem either
on another clean machine I installed node 4.4.0 before version 8.9.0 and it worked normally, but it seems that having installed version 8 before version 4 generated this problem
problem image link: https://ibb.co/SQjR9Wz
Beta Was this translation helpful? Give feedback.
All reactions