After updated Node (upto v8.6.0) and npm (upto v5.5.1) I cannot execute command npm install. After npm install I\'ve error message:
npm install
npm ERR! Can
Do 2 steps bellow (Window):
rm -rf ./node_modules to remove node folder
rm -rf ./node_modules
rm package-lock.json to remove package-lock.json file
rm package-lock.json
package-lock.json
then npm install to re-install the node modules