Sometimes, when you already started your web server, the ELIFECYCLE
error comes if you try to run the npm
command again on another terminal (cmd). Make sure that you don't have any other instance running up in the same port.
Try to clean your cache with: npm cache clean
with Administrator/root and delete your node_modules
, after this steps, try to install your packages again with npm install --save
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…