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

Remove warning logs on Travis #64

Open
mdelapenya opened this issue May 26, 2017 · 1 comment
Open

Remove warning logs on Travis #64

mdelapenya opened this issue May 26, 2017 · 1 comment
Milestone

Comments

@mdelapenya
Copy link
Member

> npm install && ./node_modules/.bin/webpack --config ./webpack.config.js
npm WARN package.json [secure][email protected] license should be a valid SPDX license expression
-npm WARN engine [email protected]: wanted: {"node":">=4.3.0 < 5.0.0 || >= 5.10"} (current: {"node":"4.1.2","npm":"2.14.4"})
npm WARN engine [email protected]: wanted: {"node":">=4.7"} (current: {"node":"4.1.2","npm":"2.14.4"})
npm WARN engine [email protected]: wanted: {"node":">=4.3.0 <5.0.0 || >=5.10"} (current: {"node":"4.1.2","npm":"2.14.4"})
npm WARN peerDependencies The peer dependency file-loader@* included from url-loader will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
-npm WARN optional dep failed, continuing [email protected]
-npm WARN engine [email protected]: wanted: {"node":">=4.3.0 <5.0.0 || >=5.10"} (current: {"node":"4.1.2","npm":"2.14.4"})
npm WARN engine [email protected]: wanted: {"node":">=4.3.0 <5.0.0 || >=5.10"} (current: {"node":"4.1.2","npm":"2.14.4"})
-npm WARN optional dep failed, continuing [email protected]
-> [email protected] install /home/travis/build/craftsmanship-toledo/[secure]pp-frontend/node_modules/node-sass
> node scripts/install.js
mdelapenya added a commit to mdelapenya/katangapp-frontend that referenced this issue May 26, 2017
mdelapenya added a commit that referenced this issue May 26, 2017
[#63] Use smaller images on team members

This PR closes #62, closes #63 and #64
@mdelapenya
Copy link
Member Author

Many of them have been fixed:

npm WARN prefer global [email protected] should be installed with -g
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN [email protected] requires a peer of file-loader@* but none was installed.
npm WARN [email protected] license should be a valid SPDX license expression

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

No branches or pull requests

2 participants