-
Notifications
You must be signed in to change notification settings - Fork 869
Issue installing FoundationPress #1020
Comments
Hmm.. Might be worth a try to update Node to 6.11.2 ? |
Did so, but still throwing the same error(s). |
If I comment out all references to |
If you're on a new project, it will might help to try cloning the repo again now, since it has recently been published a new release with lots of changes, including an update of dependencies and the gulp script. Could you try again and see if there are still issues with |
Any progress on this, @moonweasel ? |
I'm running in to the same issue.
|
@roborracle Not sure if this is the same issue? Looking at the stacktraace it seems like you have a permission error somewhere. Might help to check your node and npm versions. This issue is most likely related to your dev environment, rather than to FoundationPress. |
Indeed - my apologies. Somehow there was a local issue with npm. Had to run as |
No worries, @roborracle :) |
I also tried deleting and reinstalling node and npm on my machine, and updating npm to 5.3.0, then re-cloning and installing the FoundationPress repo. This time the install gave me the following after the pre-build tests (not sure what it means…):
Then npm run watch gave me the same error:
|
@moonweasel : Ahaa. The gulp tasks have been modified in the most recent version (the one that is build on Foundation 6.4.1). While working on your theme, Instead of The README is updated with these instructions Can you please try this and report back? :) |
@olefredrik Ok. Looks like it's cleared up— Thanks for your help! One last question, and sorry if this is outside the scope of your support: is there a reasonably easy way to incorporate all the updates between FoundationPress 2.9.2 and 2.10.2 into my custom theme based on the older version? or perhaps to take the changes I've made and apply them onto a fresh clone of 2.10.2? |
@moonweasel I'm afraid there is no easy way to incorporate all the updates once you have started your project and made your own custom stuff. I think it would work well to take all your changes and apply them onto a fresh clone of FoundationPress. Feel free to close this issue if we're good with installing. And let me know if you're building stuff that to want to add to the showcase section of the readme in this repo. :) |
Getting the following errors when I run
npm install
, and therefore cannot runnpm run watch
:npm-debug.log contents:
I am running:
MacOS 10.12.6
Node v4.4.6
The text was updated successfully, but these errors were encountered: