简体   繁体   中英

Gatsby develop no parsers registered for: “\”

I'm trying to start my first gatsby project. When i try to start it, with gatsby develop or npm start I get an error:

error UNHANDLED EXCEPTION

Error: no parsers registered for: "\\"

I searched about this error but couldn't find anything. I also tried to re install nodejs and gatsby but i got the same error. This is my first time trying to use it for a school project. Everyone from my class managed to start it but i have this same error everytime.

Check that the path to the project folder with Gatsby has no spaces or č,š,ž,ć signs. It worked for me. Example: Wrong - C:\\Users\\Public\\Gatsby 1\\my project Right - C:\\Users\\Public\\Gatsby_1\\my_project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM