-
Notifications
You must be signed in to change notification settings - Fork 342
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
compile hangs and silently fails when harp is installed in local project #624
Comments
I appreciate you taking the time to open a ticket though not much useful information being provided here to help get this fixed. Steps to reproduce? Version of harp? OS? Anything info you provide will help the likelihood and speed this issue can get resolved. Thanks. |
@sintaxi yeah my bad, I hit submit before entering the steps |
Awesome. Thank you. |
I also made a mess of the steps. Fixed now. |
This is motivated by not wanting to have to install harp globally. |
I've had to use the --unsafe-perms flag on npm install to install harp globally on my production server. (Due to dependence on node-sass.) I'd really love to see this package runnable in a local environment. |
@robjtede the issue here is actually the fact just running You can track #275 and #312 to see if there will be a feature added to easily ignore this folder. Until then, there's a relatively simple workaround - move all your project files (except This allowed me to install harp locally without any issues - the only change is that I now call it using |
Steps for reproduction:
mkdir proj cd proj harp init npm install --save harp harp compile OR npx harp compile
This effect can also be seen when using an npm script to compile instead of npx.
The text was updated successfully, but these errors were encountered: