-
Notifications
You must be signed in to change notification settings - Fork 719
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
node-sass: Permission denied #17
Comments
If I may, I suggest running an "ls -al " (foldername being where your www data lives) and confirming what user/group it is part of. |
what os are you running it on ? Windows or Linux ? |
Linux. Will check again |
If you need help I am happy to check with you |
Indeed it was a permissions problem. I created a folder in my home/user folder executed steps again and all went fine Thanks again |
Not a problem at all we are all in this to help each other |
I agree! We're all happy to help. |
Please also make sure you run the command npm audit fix - - force for security fixes its recommended |
Yes it does I didn't know it before and found it out today I normally don't use npm much on windows. I want to learn Jscript better there is my focus now and kotlin |
Hi
I've cloned the repository. I could install dependencies and run the site with vscode's liveserver extension
Now, I can't get changes compiled
I edit the sass/abstracts/_variables.scss but when I try to complie it I get the following error
mypc:/media/html/dopefolio/$ npm run compile:scss
I get the same result even when prefixing the command with sudo
Any idea? Thanks a lot
The text was updated successfully, but these errors were encountered: