You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
running
php artisan grafite:bootstrap
and thennpm install
and thennpm run dev
chokes on problems in webpack.jsspecially `...
/home/vagrant/code/node_modules/webpack-cli/bin/cli.js:235
throw err;
^
TypeError: Cannot read property 'js' of undefined
at Object. (/home/vagrant/code/webpack.mix.js:14:5)
...
`
turns out in the grafite:bootstrap step webpack.mix.js was changed.. it became
const { mix } = require('laravel-mix');
it should be
const mix = require('laravel-mix');
The text was updated successfully, but these errors were encountered: