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

Cannot run npm instaill #55

Closed
shaqaruden opened this issue Dec 1, 2017 · 5 comments
Closed

Cannot run npm instaill #55

shaqaruden opened this issue Dec 1, 2017 · 5 comments
Assignees
Labels
BUG Something isn't working

Comments

@shaqaruden
Copy link

Dependencies need to be updated for this projected. Lots of deprecation warnings, out of date versions and 404 on node-sass

node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.3/win32-x64-59_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.5.3/win32-x64-59_binding.node":

HTTP error 404 Not Found

@shaqaruden
Copy link
Author

shaqaruden commented Dec 1, 2017

Here are the warnings

warning kewler > lodash.isarray@4.0.0: This package is deprecated. Use Array.isArray.

warning babel-preset-es2015@6.24.1: � Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!

warning chalk@2.0.1: Please upgrade to Chalk 2.1.0 - template literals in this version (2.0.1) are quite buggy.

warning "bootstrap-vue > bootstrap@4.0.0-beta.2" has unmet peer dependency "jquery@1.9.1 - 3".

warning "bootstrap-vue > bootstrap@4.0.0-beta.2" has unmet peer dependency "popper.js@^1.12.3".

warning " > vue-bulma-expanding@0.0.0" has unmet peer dependency "bulma@^0.1".

warning " > vuex-router-sync@4.0.2" has incorrect peer dependency "vuex@^2.0.0".

warning " > vuex-router-sync@4.0.2" has incorrect peer dependency "vue-router@^2.0.0".

warning " > eslint-config-standard@10.2.1" has incorrect peer dependency "eslint-plugin-promise@>=3.5.0".

@smartapant
Copy link
Contributor

@shaqaruden oh! that's really important

@smartapant
Copy link
Contributor

@alexanderrudnik please check it tomorrow

@alexanderrudnik alexanderrudnik added the BUG Something isn't working label Dec 7, 2017
@alexanderrudnik
Copy link
Contributor

hi @shaqaruden , thanks for your remarks!
We fixed almost all warnings except of:

warning babel-preset-es2015@6.24.1: � Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!

warning kewler > lodash.isarray@4.0.0: This package is deprecated. Use Array.isArray.

We cant fix it because they are used to support other dependencies (vuetable-2 for example)

As about

warning "bootstrap-vue > bootstrap@4.0.0-beta.2" has unmet peer dependency "jquery@1.9.1 - 3".

warning "bootstrap-vue > bootstrap@4.0.0-beta.2" has unmet peer dependency "popper.js@^1.12.3".

and 404 NOT FOUND

node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.3/win32-x64-59_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.5.3/win32-x64-59_binding.node":

we couldn't reproduce it.
Could you please provide more info ?

alexanderrudnik added a commit that referenced this issue Dec 7, 2017
#55 update some dependencies to fix npm warnings
@alexanderrudnik
Copy link
Contributor

@shaqaruden
according to this PR you may face 404 NOT FOUND node-sass error if you are using Windows 10. Please update your code and check

AlexanderBoriskin added a commit that referenced this issue Aug 2, 2019
asvae added a commit that referenced this issue Aug 3, 2019
* fix: bug №41

* fix: open menu item in a new tab

* fix: spinners color palette

* 1-4, 6-7

* fix: bug №9 (additional tweaks)

* fix: bug №17

* fix: bug №21

* fix: bug №22

* fix: bug №23

* fix: bug №24

* fix: bug №15

* fix: "Show All" button alignment

* fix: bug №6

* Fix/bugs (#622)

* fix: bug №8, bug №10, bug №16, bug №28, bug №36

* revert google map changes

* fix: bug #91, 12

* Fix/bugs (#623)

* fix: dropdown regression

* fix: bug №20

* fix: №89 and №56

* get rid of unnecessary anymore overriding styles

* fix: restore default selection for medium-editor

* fix: dropdown problem

* fix: bug №37 (charts)

* fix: bug №90

* fix: bug №93

* fix: bug №94

* fix: bug №95

* Fix/bugs #34 & #37 (#624)

* chore: remove old component  va-pre-loader

* fix: dashboard info block alignment and text wrapping

* chore: remove vee-validate (not used)

* minor

* chore: remove unused deps

* chore: update risky deps

* fix: VaSelect-mutli chips

* Fix/bug #92 (#625)

* fix: bugs №46 and №47

* fix: bugs №48 and №49

* fix: bug №52

* fix: bug №84

* Fix/bugs #54, #55, #59, #77, #78 (#626)

* fix: bug №71

* fix: bug №87

* Fix/bugs #65, #66, #72, #74, #82, #83 (#627)

* Fix/bugs #53, #68 (#628)

* fix: bug №42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants