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

on installing I see a lot of depricated error messages #87

Open
ghost opened this issue Jun 21, 2016 · 3 comments
Open

on installing I see a lot of depricated error messages #87

ghost opened this issue Jun 21, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 21, 2016

Hello,

IM doing all the steps of the installation manual and I see these warnings on depricated packages

wissel:/workspace $ git clone https://github.com/akveo/blur-admin.git
Cloning into 'blur-admin'...
remote: Counting objects: 7026, done.
remote: Total 7026 (delta 0), reused 0 (delta 0), pack-reused 7026
Receiving objects: 100% (7026/7026), 52.88 MiB | 9.76 MiB/s, done.
Resolving deltas: 100% (4354/4354), done.
Checking connectivity... done.
wissel:
/workspace $ cd blur-admin/
wissel:~/workspace/blur-admin (master) $ npm install
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No license field.
npm WARN deprecated [email protected]: 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 [email protected]: Please use gulp-clean-css
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
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]: 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]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN optional dep failed, continuing [email protected]
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]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

@vazh
Copy link

vazh commented Jun 22, 2016

its just a warning so its fine, module deprecation is common, you can still use it.

and @lugovsky already stated it in #60 . its a low-priority to update it.

@ghost
Copy link
Author

ghost commented Jun 22, 2016

oke, another question.
Can I somehow change the port used.
I try to make it work on nitrious.io and I can only use port 8000, 8001, 8002

@vazh
Copy link

vazh commented Jun 23, 2016

@rwobben
yes you can, edit gulp/server.js
find this line

browserSync.instance = browserSync.init({
    startPath: '/',
    server: server,
    browser: browser,
    ghostMode: false
  });

add under ghostMode,
port: yourPort

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

1 participant