-
Notifications
You must be signed in to change notification settings - Fork 50
npm warning, child_process: options.customFds option is deprecated #351
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
Comments
I'm seeing the following dependencies (or subdependencies) in the node-client-api having graceful-fs as a dependency:
|
From @MayankBhatnagar89 2017-01-31: Also I would like to share that the npm version is 1.4.8 on 8.0 regression machines whereas on 9.0 machines its 3.10.3 and we are not seeing any issue on 9.0 |
Related to this issue is the issue for addressing outdated dependencies: |
@MayankBhatnagar89, is this still an issue? I updated direct dependencies per #343 (current develop branch) but there are still some (sub)dependencies that are based on older versions of graceful-fs. There's nothing we can do about that. If this is a significant issue on your side, you can try upgrading your npm:
|
From @MayankBhatnagar89 on 2017-01-30:
On 8.0 Mac platform we are facing an issue where “npm” is throwing below mentioned warning :
npm --version
(node:17095) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
1.4.28
All tests are passing but it’s just appending this warning in the output . as mentioned below :
When checked online , below mentioned are the two solutions I found.
sintaxi/harp#409
sequelize/cli#291
The text was updated successfully, but these errors were encountered: