I’m trying to create my own compiler and the last step I need to do is define my compiler. I’m having trouble specifying babel as my compiler. I can use the babel compiler in another repo just fine though.
Running bit import bit.envs/compilers/babel -c
gives me Cannot read property 'toString' of undefined
Running bit import bit.envs/compilers/babel
gives me error: component "bit.envs/compilers/babel" was not found
Running bit tag --all
gives me error: the component dependency "bit.envs/compilers/babel@7.0.1" required by "mycompany.envs/compilers/react-emotion@0.0.1" was not found
Running bit diff
gives me
-----------------------------------------------------------
showing diff for mycompany.envs/compilers/react-emotion
-----------------------------------------------------------
--- Compiler (0.0.1 original)
+++ Compiler (0.0.1 modified)
+ bit.envs/compilers/babel@7.0.1
I’ve tried running bit cc
as well as a fresh git clone and install