You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran through the process of building locally from repo today, and think there are a few issues with the dependencies management:
There is an expectation of node version 8.9.3, which I think could be relaxed
I believe there is a dependency on node-pre-gyp (not just gyp) which, if the environment does not have it otherwise installed, breaks the build/install.
I do end up with a running local server, but all the assets are missing (and thus the site is a little spartan) - but that might be user error.
The text was updated successfully, but these errors were encountered:
@olivierthereaux thanks for this. Due to resourcing constraints, this project hasn't had a lot of love in the past year, but we hopefully have some development time for it coming up in the next few months. Unfortunately, until then, these issues aren't likely to get fixed quickly. Feel free to open a PR though and I'll try and review it in a timely way.
In terms of the implicit node-pre-gyp dependency, I suspect this may relate to the version of Sass being used behind the scenes by the front end build toolchain. We'll be updating the build chain as part of the work this summer which will likely remove this issue anyway.
I ran through the process of building locally from repo today, and think there are a few issues with the dependencies management:
The text was updated successfully, but these errors were encountered: