tinacms / tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing
https://tina.io
Apache License 2.0
12.04k stars 610 forks source link

How Do i Fix module does not exist #3973

Closed 0x32bit closed 1 year ago

0x32bit commented 1 year ago

Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot!

Hi How Do i fix the Error: module "PROTEKSI_DPSH_WEB_BETA" not found; either add it as a Hugo Module or store it in "D:\PROTEKSI_DPSH_WEB_BETA\exampleSite\themes".: module does not exist child process exited with code 4294967295 Thanks.

Reproduction

npx tinacms dev -c "hugo server -D -p 1313"

Steps to reproduce

No response

System Info

######################## default configuration ####################
baseURL = "https://demo.gethugothemes.com/proteksi/"
title = "PROTEKSI"
theme = "PROTEKSI_DPSH_WEB_BETA"
# post pagination
paginate = "6"
# post excerpt
summaryLength = "10"
# disqus short name
disqusShortname = "proteksi" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = [] # desable language from here

############################# Plugins ##############################

# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/animate/animate.css"
[[params.plugins.css]]
link = "plugins/venobox/venobox.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"

# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/venobox/venobox.min.js"
[[params.plugins.js]]
link = "plugins/filterizr/jquery.filterizr.min.js"
[[params.plugins.js]]
link = "plugins/google-map/gmap.js"

#################### default parameters ################################
[params]
logo = "images/logo.png"
# Meta data
description = "This is meta description"
author = "Themefisher"
# contact info
address = "9567 Turner Trace Apt. BC C3G8A4"
mobile = "+211234565523"
email = "info@educenter.com"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# Google Analitycs
google_analitycs_id = "" # your id
# top header
top_header = false

# Preloader
[params.preloader]
enable = true
preloader = "images/preloader.gif" # use jpg, png, svg or gif format.

# Subscription
[params.subscription]
enable = true
# mailchimp subsciption
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # 

# google map
[params.map]
enable = true
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png" # marker size 37*55 px

# cookies
[params.cookies]
enable = true
expire_days = 2

############################# social site ########################
[[params.social]]
title = "facebook"
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
link = "#"

[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "#"

[[params.social]]
title = "instagram"
icon = "ti-instagram" # themify icon : https://themify.me/themify-icons
link = "#"

[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "#"

[[params.social]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
link = "#"

################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "HOME"
# copyright
copyright = "Hak Cipta 2023 Atas Nama PROTEKSI" 

################### English navigation ####################

# main menu
[[Languages.en.menu.main]]
name = "Apa itu UU ITE?"
url = "uuite/"
weight = 1

[[Languages.en.menu.main]]
name = "Tentang Kami"
url = "about/"
weight = 2

[[Languages.en.menu.main]]
name = "Sosialisasi"
url = "event/"
weight = 2

[[Languages.en.menu.main]]
name = "Podcast"
url = "https://open.spotify.com/"
weight = 2

[[Languages.en.menu.main]]
name = "Berita Terbaru"
url = "berita/"
weight = 4

[[Languages.en.menu.main]]
name = "Kontak"
url = "contact/"
weight = 5

# footer menu

[[Languages.en.menu.footer]]
name = "Update Terbaru"
url = "notice/"

[[Languages.en.menu.footer]]
name = "Instagram"
url = "www.instagram.com"

CONFIG.TOML

Validations

kldavis4 commented 1 year ago

That sounds like its probably a hugo issue. Can you provide a screenshot showing the full error?

kldavis4 commented 1 year ago

I see that you are cross-posting https://discord.com/channels/835168149439643678/1111653284378316860 - please only use one communications channel and be patient - we want to help but are a small team