install-webpack-plugin
install-webpack-plugin copied to clipboard
Endless loop when installing the module alert
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
