[webmaster@www.net]$ npm run prod
> @ prod /home/webmaster/public_html/www.net
>npm run production
> @ production /home/webmaster/public_html/www.net
> cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
/home/webmaster/public_html/www.net/node_modules/webpack-cli/bin/cli.js:93
throw err;
^
Error: Missing binding /home/webmaster/public_html/www.net/node_modules/node-sass/vendor/linux-x64-72/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 12.x
Found bindings for the following environments:
- Linux 64-bit with Node.js 10.x
This usually happens because your environment has changed since running `npminstall`.
Run `npm rebuild node-sass` to download the binding for your current environment.
npm ERR! code ELIFECYCLE
npm ERR! errno 1npm ERR! @ production: `cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the @ production script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/webmaster/.npm/_logs/xxxxxx_964Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1npm ERR! @ prod: `npm run production`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the @ prod script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/webmaster/.npm/_logs/2020-01-16T07_12_05_981Z-debug.log
Laravelnpm run prodコマンド実行する時に下記エラー発生
Error: Missing binding /home/webmaster/public_html/www.net/node_modules/node-sass/vendor/linux-x64-72/binding.node Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 12.x