I just installed yarn with sudo apt-get install yarn and it’s now working.
I got the following error now when using yarn start
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.
I don’t have CSS generated files and the localhost opened in my tab reload infinite.
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.
I got a lot of problem too.
I prefer to fix the current problem for the moment.
When i yarn build,
i got this :
yarn run v1.22.10
$ webpack --hide-modules --watch --config resources/assets/build/webpack.config.js
Webpack is watching the files…
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.
DONE Compiled successfully in 50649ms 2:39:42 AM
[HTML Injector] Running...
[Browsersync] Proxying: http://florent-vandroy.test
[Browsersync] Access URLs:
---------------------------------------
Local: http://localhost:3000
External: http://192.168.27.196:3000
---------------------------------------
UI: http://localhost:3001
UI External: http://localhost:3001
---------------------------------------
[Browsersync] Watching files...
DONE Compiled successfully in 3611ms
When i go to the UI, it’s work perfectly.
But the Local & External server don’t work (infinite loading). My proxying work’s well.
I’m using Laragon on my computer but use a WSL for terminal. (composer & yarn)