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

Package warnings setting up frontend dev environment #347

Closed
MrSeccubus opened this issue Jun 24, 2016 · 2 comments
Closed

Package warnings setting up frontend dev environment #347

MrSeccubus opened this issue Jun 24, 2016 · 2 comments

Comments

@MrSeccubus
Copy link
Member

@rthewhite if I run you setup steps I get warnings about depricated software:

$ npm install jspm -g
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

<snip>

$ npm install
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
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 minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash@1.0.2: 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.

<snip>

npm WARN seccubus_frontend@1.0.0 No repository field.
npm WARN seccubus_frontend@1.0.0 No license field.

<snip>

$ jspm install
(node:4020) 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.
(node:4020) 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.
(node:4020) 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.
(node:4020) 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.

Can you help us fix those?

@MrSeccubus MrSeccubus changed the title Old codee in frontend Package warnings setting up frontend dev environment Jun 24, 2016
@rthewhite
Copy link
Contributor

This should solve the npm install warnings:
#350

The jspm install issues are probably related to the version of Node.JS on your system. I expect your running Node V6, try to downgrade to V5 not all packages are ready yet for V6 and looks like JSPM has some issues with V6.

@MrSeccubus
Copy link
Member Author

PR #350 fixed this.

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