install-webpack-plugin icon indicating copy to clipboard operation
install-webpack-plugin copied to clipboard

Endless loop when installing the module alert

Open hanxue opened this issue 8 years ago • 0 comments

In my Vue.js source code, I have this line

alert = require('alert')

This in turn triggers npm-install-plugin to install alert and alert.js. The problem is the installation keeps repeating endlessly, even though both modules have been installed in node_modules/ and added to package.json

Video of npm install webpack

npm-install-plugin

hanxue avatar Oct 26 '17 15:10 hanxue