You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please publish webpack-dev-server 1.8.0 to npm so that we can use it without cd node_modules/webpack-dev-server && npm i.
By the way, npm install runs prepublish implicitly. Some repositories renamed the publishing task to avoid "package not found" error during npm i. For now I always rename prepublish before calling npm i in webpack-dev-server project folder :P
The text was updated successfully, but these errors were encountered:
The latest version on npm is still 1.7.0.
Please publish webpack-dev-server 1.8.0 to npm so that we can use it without
cd node_modules/webpack-dev-server && npm i
.By the way, npm install runs prepublish implicitly. Some repositories renamed the publishing task to avoid "package not found" error during
npm i
. For now I always renameprepublish
before callingnpm i
in webpack-dev-server project folder :PThe text was updated successfully, but these errors were encountered: