transitive-bullshit / ffmpeg-concat

Concats a list of videos together using ffmpeg with sexy OpenGL transitions.
878 stars 115 forks source link

which loader is needed #65

Closed gap1994 closed 4 years ago

gap1994 commented 4 years ago

I install it in Vue env, but it print this error.

error in ./node_modules/_ffmpeg-concat@1.0.14@ffmpeg-concat/index.js

Module parse failed: Unexpected character '#' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders> #!/usr/bin/env node 'use strict'
transitive-bullshit commented 4 years ago

This is a Node.js module. It is not meant to be used with webpack -- webpack is meant for bundling scripts together for client-side usage.