Closed Jerkoco closed 8 years ago
Ok, I'm sorry... But when I try to install sails there are npm warns....
λ npm install -g sails
npm WARN deprecated lodash@2.4.1: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated grunt-lib-contrib@0.7.1: DEPRECATED. See readme: https://github.com/gruntjs/grunt-lib-contrib
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated native-or-bluebird@1.1.2: please use 'any-promise' instead
EDIT : Oups, the link
I tried
npm install sails@0.12.3 -g
and encountered same issue. So tried to pull git and install
Please check this
[root@nojs ~]# git clone https://github.com/balderdashy/sails
Cloning into 'sails'...
cd s remote: Counting objects: 34709, done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 34709 (delta 16), reused 0 (delta 0), pack-reused 34671
Receiving objects: 100% (34709/34709), 11.24 MiB | 2.25 MiB/s, done.
Resolving deltas: 100% (18681/18681), done.
[root@nojs ~]# cd sails/
[root@nojs sails]# npm install
npm WARN deprecated lodash@2.4.1: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@3.0.8: 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 graceful-fs@1.2.3: 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 grunt-lib-contrib@0.7.1: DEPRECATED. See readme: https://github.com/gruntjs/grunt-lib-contrib
npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!
npm WARN deprecated native-or-bluebird@1.1.2: 'native-or-bluebird' is deprecated. Please use 'any-promise' instead.
npm WARN deprecated wrench@1.5.8: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated graceful-fs@2.0.3: 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.
extract:sails-generate-ne ▌ ╢████████████████████████████████████████████████████████████████████████████░░░░░░░░░░░░░░░░░░░░╟
Killed
[root@nojs sails]#
https://www.dropbox.com/s/da10yiv1ekyena6/Screenshot%202016-06-04%2010.24.15.png So still same issue.
Please guide me.
@Jerkoco Sails v0.12 uses Lodash 3.10. For more information on Sails' philosophy on dependencies, see here and here.