简体   繁体   中英

Grunt server responded with status 404

I did a clean install of Yeoman webapp. When I run the grunt server I get the following error:

Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:9000/modules/main.js

Uncaught Error: Script error for: main
http://requirejs.org/docs/errors.html#scripterror 

Has anyone else run into this issue and resolved it?

It turns out that the webapp install didn't include a modules folder with a main.js file in it. I just added the folder and file to fix the error.

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