Closed ranfdev closed 2 years ago
I use troll as a git submodule – is that an option for you?
I use troll as a git submodule – is that an option for you?
Yes, git submodules work, I just think having a real package keeps everything more organized.
I tried running
npm install https://github.com/sonnyp/troll.git
but I getnpm ERR! Cannot read properties of undefined (reading 'spec')
I think that's because the file package.json is missing many fields.
Could you run
npm init
in the repo to set the missing metadata?