Closed haifengkao closed 8 years ago
I don't know why... It actually exists.
https://github.com/rhysd/neovim-component/blob/master/bower.json
I know why. It is ignored.
Are you using npm package for development?
npm package is made for production, not for development. Please clone this repository instead for development.
ah, excluding bower_components may be wrong. I'll investigate.
I checked. Actually not a problem. bower packages are used for development only for this repo. So prodution (npm package) does not need it.
I get your point. I indeed use it for development.
But it really troubles me if bower.json
doesn't present at nyaovim/node_modules/neovim-component
. I need to check both nyaovim
and neovim-component
to find the location of a possible bug.
I see. I'll add nower.json to npm package. Sorry for inconvenience.
When I execute
npm start
, the terminal showsIt seems that the
bower install
in package.json is not necessary