dav icon indicating copy to clipboard operation
dav copied to clipboard

Build error: unknown option '--modules'

Open avanc opened this issue 4 years ago • 2 comments

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)

avanc avatar Sep 18 '21 19:09 avanc

Hi, have you been able to compile it?

Catlike14 avatar Nov 24 '21 12:11 Catlike14

No luck, tested it today again. Unfortunately, I don't find the documentation of the parameter modules in babel.

avanc avatar Nov 24 '21 18:11 avanc