Advertisement
comniemeer

Untitled

Mar 8th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. PATH\TO\template_laravel>npm run dev
  2.  
  3. > @ dev PATH\TO\template_laravel
  4. > npm run development
  5.  
  6.  
  7. > @ development PATH\TO\template_laravel
  8. > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
  9.  
  10. 95% emitting
  11.  
  12. DONE Compiled successfully in 1402ms 20:37:32
  13. fs.js:948
  14. binding.stat(pathModule._makeLong(path));
  15. ^
  16.  
  17. Error: ENOENT: no such file or directory, stat 'PATH\TO\assets\img'
  18. at Object.fs.statSync (fs.js:948:11)
  19. at Object.statSync (PATH\TO\template_laravel\node_modules\graceful-fs\polyfills.js:297:22)
  20. at Object.copySync (PATH\TO\template_laravel\node_modules\fs-extra\lib\copy-sync\copy-sync.js:31:86)
  21. at File.copyTo (PATH\TO\template_laravel\node_modules\laravel-mix\src\File.js:210:12)
  22. at FileCollection.copyTo (PATH\TO\template_laravel\node_modules\laravel-mix\src\FileCollection.js:88:24)
  23. at src.forEach.file (PATH\TO\template_laravel\node_modules\laravel-mix\src\FileCollection.js:82:38)
  24. at Array.forEach (<anonymous>)
  25. at FileCollection.copyTo (PATH\TO\template_laravel\node_modules\laravel-mix\src\FileCollection.js:82:17)
  26. at CopyFilesTask.run (PATH\TO\template_laravel\node_modules\laravel-mix\src\tasks\CopyFilesTask.js:14:20)
  27. at CustomTasksPlugin.runTask (PATH\TO\template_laravel\node_modules\laravel-mix\src\plugins\CustomTasksPlugin.js:34:14)
  28. at Mix.tasks.forEach.task (PATH\TO\template_laravel\node_modules\laravel-mix\src\plugins\CustomTasksPlugin.js:9:44)
  29. at Array.forEach (<anonymous>)
  30. at Compiler.compiler.plugin.stats (PATH\TO\template_laravel\node_modules\laravel-mix\src\plugins\CustomTasksPlugin.js:9:23)
  31. at Compiler.applyPlugins (PATH\TO\template_laravel\node_modules\tapable\lib\Tapable.js:61:14)
  32. at emitRecords.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:264:11)
  33. at Compiler.emitRecords (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:371:38)
  34. at emitAssets.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:258:10)
  35. at applyPluginsAsyncSeries1.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:364:12)
  36. at next (PATH\TO\template_laravel\node_modules\tapable\lib\Tapable.js:218:11)
  37. at Compiler.compiler.plugin (PATH\TO\template_laravel\node_modules\webpack\lib\performance\SizeLimitsPlugin.js:99:4)
  38. at Compiler.applyPluginsAsyncSeries1 (PATH\TO\template_laravel\node_modules\tapable\lib\Tapable.js:222:13)
  39. at Compiler.afterEmit (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:361:9)
  40. at require.forEach.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:350:15)
  41. at PATH\TO\template_laravel\node_modules\async\dist\async.js:473:16
  42. at iteratorCallback (PATH\TO\template_laravel\node_modules\async\dist\async.js:1050:13)
  43. at PATH\TO\template_laravel\node_modules\async\dist\async.js:958:16
  44. at PATH\TO\template_laravel\node_modules\graceful-fs\graceful-fs.js:43:10
  45. at FSReqWrap.oncomplete (fs.js:135:15)
  46. npm ERR! code ELIFECYCLE
  47. npm ERR! errno 1
  48. 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`
  49. npm ERR! Exit status 1
  50. npm ERR!
  51. npm ERR! Failed at the @ development script.
  52. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  53.  
  54. npm ERR! A complete log of this run can be found in:
  55. npm ERR! C:\Users\Martin\AppData\Roaming\npm-cache\_logs\2018-03-08T19_37_32_393Z-debug.log
  56. npm ERR! code ELIFECYCLE
  57. npm ERR! errno 1
  58. npm ERR! @ dev: `npm run development`
  59. npm ERR! Exit status 1
  60. npm ERR!
  61. npm ERR! Failed at the @ dev script.
  62. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  63.  
  64. npm ERR! A complete log of this run can be found in:
  65. npm ERR! C:\Users\Martin\AppData\Roaming\npm-cache\_logs\2018-03-08T19_37_32_412Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement