If you have a question or an issue, please start a thread in our Github Discussions Forum. This forum is closed for new threads/ topics.
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
Wen I run the command quasar dev I got this error “57585 segmentation fault quasar dev”. Before it works and now I can’t build anymore.
quasar - 1.0.5 @quasar/app - 1.0.4 @quasar/extras - 1.2.0
Any idea? Thank you
Delete node_modules and the yarn.lock file. Then do a yarn install. See if that helps. If you are using NPM, still delete node_modules and change to Yarn for installing your dependencies.
yarn install
Scott