-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error while building modV on Windows 10 #167
Comments
If you have all of that above and it’s still failing because node-gyp can’t find some libsass src files: Your node Version might be too high for node-sass. In my case I was using node 10. The fix was to use node-sass latest, but that is just a quick fix. |
modV need some serious work on its documentation. Sorry about this. |
It’s totally fine, I’m just adding everything I can to address this problem so we can fix it for other people! |
The problem is still there in modV 2.0. The version of node-sass is still outdated. |
Would you mind creating a PR to fix this if you already found a fix? |
Yes! |
@2xAA How should we handle the documentation part of this issue?
Anything else? |
The windows-build-tools are required in order to run modV Fixes #167
@TimPietrusky You should add this to the documentation feature branch: #268 |
) * feat(panel-position): adds saving panel positions to local storage Upgrades vue-golden-layout so we can use Golden Layout componentState to track panels we need to remove from Golden Layout state when saving. fixes #131 * fix: removes unused variable * docs(app.vue): adds jsdoc for new methods * docs(app.vue): remove extraneous comment
When installing modV by using
yarn
ornpm install
on Windows 10 I was receiving the following error because ofnode-sass
:This can be solved by installing the windows-build-tools like this in a terminal with Admin-rights:
This should be mentioned somewhere so that people on Windows don't run into the same problem.
The text was updated successfully, but these errors were encountered: