Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cgrossde's avatar

L5 elixir: Nothing happens

I am using homestead with the latest laravel ("laravel/framework": "~5.0"). After executing npm install and then gulp I get this output:

[23:40:22] Using gulpfile ~/Code/Private/bookie/gulpfile.js
[23:40:26] Task 'default' is not in your gulpfile
[23:40:26] Please check the documentation for proper gulpfile formatting

Other than that nothing happens. No compiled css in public/css ...

Anyone used Elixir before?

0 likes
2 replies
JeffreyWay's avatar
Level 59

You might have had a faulty install. Try deleting your node_modules directory, and doing npm install again.

1 like
cgrossde's avatar

You were right, thanks for the fast reply :)

Please or to participate in this conversation.