Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PATH\TO\template_laravel>npm run dev
- > @ dev PATH\TO\template_laravel
- > npm run development
- > @ development PATH\TO\template_laravel
- > 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
- DONE Compiled successfully in 1402ms 20:37:32
- fs.js:948
- binding.stat(pathModule._makeLong(path));
- ^
- Error: ENOENT: no such file or directory, stat 'PATH\TO\assets\img'
- at Object.fs.statSync (fs.js:948:11)
- at Object.statSync (PATH\TO\template_laravel\node_modules\graceful-fs\polyfills.js:297:22)
- at Object.copySync (PATH\TO\template_laravel\node_modules\fs-extra\lib\copy-sync\copy-sync.js:31:86)
- at File.copyTo (PATH\TO\template_laravel\node_modules\laravel-mix\src\File.js:210:12)
- at FileCollection.copyTo (PATH\TO\template_laravel\node_modules\laravel-mix\src\FileCollection.js:88:24)
- at src.forEach.file (PATH\TO\template_laravel\node_modules\laravel-mix\src\FileCollection.js:82:38)
- at Array.forEach (<anonymous>)
- at FileCollection.copyTo (PATH\TO\template_laravel\node_modules\laravel-mix\src\FileCollection.js:82:17)
- at CopyFilesTask.run (PATH\TO\template_laravel\node_modules\laravel-mix\src\tasks\CopyFilesTask.js:14:20)
- at CustomTasksPlugin.runTask (PATH\TO\template_laravel\node_modules\laravel-mix\src\plugins\CustomTasksPlugin.js:34:14)
- at Mix.tasks.forEach.task (PATH\TO\template_laravel\node_modules\laravel-mix\src\plugins\CustomTasksPlugin.js:9:44)
- at Array.forEach (<anonymous>)
- at Compiler.compiler.plugin.stats (PATH\TO\template_laravel\node_modules\laravel-mix\src\plugins\CustomTasksPlugin.js:9:23)
- at Compiler.applyPlugins (PATH\TO\template_laravel\node_modules\tapable\lib\Tapable.js:61:14)
- at emitRecords.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:264:11)
- at Compiler.emitRecords (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:371:38)
- at emitAssets.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:258:10)
- at applyPluginsAsyncSeries1.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:364:12)
- at next (PATH\TO\template_laravel\node_modules\tapable\lib\Tapable.js:218:11)
- at Compiler.compiler.plugin (PATH\TO\template_laravel\node_modules\webpack\lib\performance\SizeLimitsPlugin.js:99:4)
- at Compiler.applyPluginsAsyncSeries1 (PATH\TO\template_laravel\node_modules\tapable\lib\Tapable.js:222:13)
- at Compiler.afterEmit (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:361:9)
- at require.forEach.err (PATH\TO\template_laravel\node_modules\webpack\lib\Compiler.js:350:15)
- at PATH\TO\template_laravel\node_modules\async\dist\async.js:473:16
- at iteratorCallback (PATH\TO\template_laravel\node_modules\async\dist\async.js:1050:13)
- at PATH\TO\template_laravel\node_modules\async\dist\async.js:958:16
- at PATH\TO\template_laravel\node_modules\graceful-fs\graceful-fs.js:43:10
- at FSReqWrap.oncomplete (fs.js:135:15)
- 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! C:\Users\Martin\AppData\Roaming\npm-cache\_logs\2018-03-08T19_37_32_393Z-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! 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