Installing nodejs with nvm windows did not create directory AppData/Roaming/npm. Is that the right behaviour? Because I got some error when I did npm run build.
Asked
Active
Viewed 298 times
0
-
1What is the output of `npm -v`? – Shams Nahid Oct 06 '19 at 04:51
-
What is some error when you `npm run Build`? – mohammad javad ahmadi Oct 06 '19 at 05:33
-
@ShamsNahid Nahid my version of npm 2.15.11 – beegum_a Oct 06 '19 at 07:03
-
@mohammadjavadahmadi Error webpack is not recognize as an internal or external command. – beegum_a Oct 06 '19 at 07:04
-
Your nvm installation is working properly, Although you are using older version of `node` as well as `npm`. Try to switch a newer version of `node.js` – Shams Nahid Oct 06 '19 at 08:09