dav
dav copied to clipboard
Build error: unknown option '--modules'
I'm trying to build dav.js
make dav.js
However, I get the following error:
./node_modules/.bin/babel lib \
--modules common \
--out-dir build \
--stage 4
error: unknown option '--modules'
make: *** [Makefile:24: build] Error 1
The installed Babel version at ./node_modules/.bin/babel is 7.15.7 (@babel/core 7.15.5)
Hi, have you been able to compile it?
No luck, tested it today again.
Unfortunately, I don't find the documentation of the parameter modules in babel.