Skip to content
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

error on installing enyo-generator #11

Open
ha-noi opened this issue May 23, 2016 · 1 comment
Open

error on installing enyo-generator #11

ha-noi opened this issue May 23, 2016 · 1 comment

Comments

@ha-noi
Copy link

ha-noi commented May 23, 2016

npm install -g generator-enyo

gives this

npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

How do I fix these errors?
Starting with graceful-fs, I tried this

npm install -g graceful-fs

but

npm ls -g graceful-fs

shows

/usr/local/lib
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │   └── [email protected]
│ └─┬ [email protected]
│   └─┬ [email protected]
│     └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │   └─┬ [email protected]
│ │     └─┬ [email protected]
│ │       └─┬ [email protected]
│ │         └── [email protected]
│ └─┬ [email protected]
│   └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│   ├─┬ [email protected]
│   │ └─┬ [email protected]
│   │   ├─┬ [email protected]
│   │   │ └─┬ [email protected]
│   │   │   └─┬ [email protected]
│   │   │     └─┬ [email protected]
49m
│   │   └── [email protected]
│   └─┬ [email protected]
│     └─┬ [email protected]
│       └─┬ [email protected]
│         └── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
  └─┬ [email protected]
    └── [email protected]

Why is graceful-fs in [email protected] still at version 3.0.8?

@webOS101
Copy link
Member

These are only warnings, not errors. Those warnings can be safely ignored for now (unless you are running node >= 7.0). If you would like to submit a tested pull request that updates generator-enyo's dependencies we would welcome it.
cc/ @JayCanuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants