-
Notifications
You must be signed in to change notification settings - Fork 34
Get 404 error in index.css #70
Comments
Same problem here :/ |
I found a temporary solution in: FountainJS/generator-fountain-webapp#150 Just do: and replace code in node_modules > glob-stream > node-modules > glob-parent > index.js to 3.0.0 version. likes this:
|
You use After |
Is there any news to fix this by using the same thing we generate at the beginning? If the npm-shrinkwrap.json is the solution, is it ok if I commit the file to the generator? |
Hi @paolocarrasco @yesroh I cannot reproduce it. Could you download the latest version of our generator (rc2) and tell me if it happens again ? |
Description
I installed yo and was using the cli I to creating the hello world project. When I run the
npm run serve
it runs on port 3000 but the index.css is not delivered. I havegulp installed globally on version CLI version 3.9.1 and Local version 4.0.0-alpha.2Error Message & Stack Trace
when a change the
index.scss
toindex.css
I have this errorbut when I leave it the default way I have no error on cmd but on page dont appear nothing and the console says tha the
index.css
are not deliveredConfig
Copy the content from
.yo-rc.json
:Environment
Tell us which operating system you are using, as well as which versions of Node.js, npm, and yo. Run the following to get it quickly:
The text was updated successfully, but these errors were encountered: