I am failing getting new Themes to work on my local node.js server. MarsTheme works fine from the start, I was also able to get Chaka Theme started.
Is there somebody who can tell me how to get https://github.com/403pagelabs/403page_live into my current setup? Maybe some Step by Step. Trying 5h+ and I am missing something…
“ERROR in ./build/bundling/entry-points/nano/client.ts
Module build failed (from ./node_modules/babel-loader/lib/index.js):”
Hey folks! Sorry for the hassle on this one but I have a quick(ish) and dirty solve.
I’m currently very much focused on cleaning this up and publishing so you won’t have to do these awkward steps - it was definitely shared prematurely but I’m humbled by the interest you’ve shown - these steps will do the trick for now (this is my updated design currently on 403page.com, minus the react player and mailchimp subscriber, to keep that package small).
In the root of your frontity project…
Run: npx frontity create-package fourothree-theme
Enter the namespace of the package: fourothree-theme
Grab the theme from the new repo: cd packages && git init && git pull https://github.com/403pagelabs/403Theme.git
Once that’s done, move the content from /packages/fourothree/ to /packages/fourothree-theme: cd fourothree && cp -r * ../fourothree-theme
In frontity.settings.js update the name to fourothree-theme:
"packages": [
{
"name": "fourothree-theme",
That should be it! Let me know if you run into any issues.
I promise I’ll have a neat package setup for y’all really soon.
Quick update to that. I needed to publish to another account (@fourothreepage) because the fact that my username began with a number (@403page) didn’t play nice with the syntax check after bundling it into a project.