webpack-contrib / install-webpack-plugin

Speed up development by automatically installing & saving dependencies with Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Endless loop when installing the module alert

hanxue opened this issue · 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