Şimdi Farklı Hata alıyorum nodejs ve npm mi yeniden kurduktan sonra bu hatayı vermeye başladı !
@ dev /var/www/html/test
npm run development
@ development /var/www/html/test
cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.entry should be one of these:
object { <key>: non-empty string | [non-empty string] } | non-empty string | [non-empty string] | function
-> The entry point(s) of the compilation.
Details:
- configuration.entry['/js/jquery-2.1.4'] should be a string.
-> The string is resolved to a module which is loaded upon startup.
- configuration.entry['/js/jquery-2.1.4'] should not contain the item '/var/www/html/test/resources/js/app.js' twice.
- configuration.entry should be a string.
-> An entry point without name. The string is resolved to a module which is loaded upon startup.
- configuration.entry should be an array:
[non-empty string]
- configuration.entry should be an instance of function
-> A Function returning an entry object, an entry string, an entry array or a promise to these things.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ development: cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ development 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/acemi/.npm/_logs/2019-08-31T13_36_08_720Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ dev: npm run development
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ dev 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/acemi/.npm/_logs/2019-08-31T13_36_08_748Z-debug.log
acemi@acemikodcu /var/www/html/test $ npm run dev
@ dev /var/www/html/test
npm run development
@ development /var/www/html/test
cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
95% emitting
ERROR Failed to compile with 3 errors 16:38:46
These dependencies were not found:
- /var/www/html/test/frontend/js/bootstrap.min.js in multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
- /var/www/html/test/frontend/js/functions.js in multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
- /var/www/html/test/frontend/js/jquery-2.1.4.js in multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
To install them, you can run: npm install --save /var/www/html/test/frontend/js/bootstrap.min.js /var/www/html/test/frontend/js/functions.js /var/www/html/test/frontend/js/jquery-2.1.4.js Asset Size Chunks Chunk Names
/js/jquery-2.1.4.js 2.89 kB 0 [emitted] /js/jquery-2.1.4
ERROR in multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
Module not found: Error: Can't resolve '/var/www/html/test/frontend/js/bootstrap.min.js' in '/var/www/html/test'
@ multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
ERROR in multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
Module not found: Error: Can't resolve '/var/www/html/test/frontend/js/functions.js' in '/var/www/html/test'
@ multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
ERROR in multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
Module not found: Error: Can't resolve '/var/www/html/test/frontend/js/jquery-2.1.4.js' in '/var/www/html/test'
@ multi ./frontend/js/jquery-2.1.4.js ./frontend/js/bootstrap.min.js ./frontend/js/functions.js
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @ development: cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @ development 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/acemi/.npm/_logs/2019-08-31T13_38_46_868Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @ dev: npm run development
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @ dev 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/acemi/.npm/_logs/2019-08-31T13_38_46_884Z-debug.log