-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
io.js v4.1.0 rpm build fail: "IOError: [Errno 2] No such file or directory: 'deps/npm/node_modules/.bin/node-gyp'" #2839
Comments
if we don't want the node-gyp symlink in the repo then perhaps we should be putting it in .gitignore? |
build of release v3.3.1 now exhibits the same FAIL as reported with 4.0.0 & 4.1.0.
build v.3.3.0, still completes without error. |
What happens when we |
This builds OK (not sure what to make of the pcregrep warnings ...)
|
The .bin/ directory in deps/npm/node_modules seens to have been an accidental check-in in commit e79ccee ("npm: upgrade to v2.1.18"). It causes trouble for distro packagers so delete it and blacklist it. Fixes: nodejs#2839 PR-URL: nodejs#3004 Reviewed-By: Kat Marchán <kzm@sykosomatic.org> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
The .bin/ directory in deps/npm/node_modules seens to have been an accidental check-in in commit e79ccee ("npm: upgrade to v2.1.18"). It causes trouble for distro packagers so delete it and blacklist it. Fixes: #2839 PR-URL: #3004 Reviewed-By: Kat Marchán <kzm@sykosomatic.org> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
The text was updated successfully, but these errors were encountered: