Open avanc opened 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)
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.
modules
I'm trying to build dav.js
However, I get the following error:
The installed Babel version at ./node_modules/.bin/babel is 7.15.7 (@babel/core 7.15.5)