lambdabaa / dav

WebDAV, CalDAV, and CardDAV client for nodejs and the browser.
Mozilla Public License 2.0
304 stars 71 forks source link

Build error: unknown option '--modules' #157

Open avanc opened 3 years ago

avanc commented 3 years ago

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)

Catlike14 commented 3 years ago

Hi, have you been able to compile it?

avanc commented 3 years ago

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