-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that release 5.1.0 in npm registry lack index.js #241
Comments
@johnnynode thanks for your response, instead I retreat to use version 5.0.0. |
This is how I fix for our project:
|
pls fix it |
@xiechao06 Yeah, just a workaround. The steps here are just for test and development, not for production. Thanks for your feedback. |
The NPM-Package is broken - as @xiechao06 stated. The NPM-Package is currently unusable and the version 5.1.0 should be revoked from NPM. A new version (e.g. 5.1.1) containing compiled |
Yeah my Jenkins server is failing my builds because of the "Cannot find module 'gulp-connect'" error. |
Using npm-script "prepublish" (https://docs.npmjs.com/misc/scripts#use-cases)
+1 |
+1, I mistaken that my NPM is bad |
had to revert to 4.2 : |
We are pinned at 5.0.0 but the same issue still occurs |
Since there's no "index.js"
complains module 'gulp-connect' can't be found
The text was updated successfully, but these errors were encountered: