alxpez / vuegg

dnd visual editor - mockups and code in one go!
https://vuegg.github.io
MIT License
2.34k stars 392 forks source link

404 node-sass download and fix path of vue-directive-template #49

Open SorayaPachecoP opened 4 years ago

SorayaPachecoP commented 4 years ago

Describe the bug

*Description

I changed the versions of node, npm and node-sass to the lastest and fixed a path of css in the module vue-directive-tooltip to fix this and run it right away

Fixed the path as: vue-directive-tooltip/src/css/index.scss Put * to install the latest version in the respective package jsons in client and main directive

Both errors are:

Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.0/darwin-x64-79_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234**Types of changes**

ERROR in ./src/main.js Module not found: Error: Can't resolve 'vue-directive-tooltip/css/index.css' in '/Users/rinapatriciapincheiramardones/Desktop/vuegg/client/src' @ ./src/main.js 16:0-45

To Reproduce

Steps to reproduce the behavior:

  1. git clone this project
  2. npm run vuegg

Screenshots

If applicable, add screenshots to help explain your problem.

Expected behavior

A clear and concise description of what you expected to happen. To work

Actual Behavior

A clear and concise description of what it's actually happening. Doesn't even work Your environment

  • OS & version [e.g. iOS] MacBook Air
  • Browser name & version [e.g. chrome, safari]: Chrome
  • Vuegg version [e.g. 22] idk

Additional context

How has this bug affected you? What were you trying to accomplish? This project doesn't even run, To just run this project

alxpez commented 4 years ago

This seems to be a 3rd party problem, it could be due to dependency version changes. I haven't had time to work in vuegg for a while now, I'm aware that many dependencies within vuegg could be upgraded. If you find yourself solving the problem, please open a PR to help others with the same problem. Thanks!

alxpez commented 4 years ago

@charliebdewing did you manage to make it work properly after upgrading node-sass dependency version on your development branch?

https://github.com/charliebdewing/vuegg/commit/da8523a5f99c4a8653717be605d38c03278900c2