Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.03 KB

02_tips_and_troubleshooting.md

File metadata and controls

27 lines (14 loc) · 1.03 KB

Tips and troubleshooting

Here, you can find development and troubleshooting tips.

ESOCKETTIMEDOUT error

If you see a timeout error like ESOCKETTIMEDOUT during yarn install, you can configure yarn with a higher timeout value as described here.

System limit for number of file watchers reached error

If you see this error when running the development server, you can try to follow this advice.

Vue Devtools

Vue Devtools is a useful browser extension for debugging and developing Vue applications. You can follow these installation instructions.

Text editor

When setting up your text editor, it's useful to ignore the following directories:

  • node_modules
  • .nuxt
  • dist

You may also want to install syntax highlighters in your editor for Vue and SASS.