Open SorayaPachecoP opened 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!
@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
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.
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
Screenshots
Expected behavior
Actual Behavior
Additional context