Skip to content

jmcerrejon/misapuntesde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

69 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

misapuntesde.com Blog

new_site_screenshot

This is a personal blog about programming, Linux, and more.

Enjoy! โค๏ธ

Project setup

npm install

Compiles and hot-reloads for development

npm run docs:dev

Compiles and minifies for production

npm run docs:build

You have some python code on /tools to convert json exported from MySQL to markdown & check broken URL links.

Links

Issues

  • Permission denied. Please check the permissions and owner of that directory. If you are running this command as a privileged user, please consider not using a virtual environment.
sudo chown -R $USER:$GROUP ~/.npm  && sudo chown -R $USER:$GROUP /usr/local/lib/node_modules && sudo chown -R $USER:$GROUP /usr/local/bin/
  • Uncaught ReferenceError: VUE_HMR_RUNTIME is not defined

Solution: Run npm run docs:dev from terminal, don't use VSCode .

  • Get stuck with sh: vuepress-vite: command not found
# Remove devDependencies at packages.json and directory node_modules
npm i -D @vuepress/bundler-vite @vuepress/plugin-search@next vuepress@next vuepress-theme-hope @vuepress/plugin-feed@next @vuepress/plugin-redirect@next --legacy-peer-deps