rhysd/neovim-component

No bower.json present

Closed this issue · 7 comments

When I execute npm start, the terminal shows
2016-07-29 1 54 11

It seems that the bower install in package.json is not necessary

I know why. It is ignored.

2016-07-29 4 27 39

rhysd commented

Are you using npm package for development?

npm package is made for production, not for development. Please clone this repository instead for development.

rhysd commented

ah, excluding bower_components may be wrong. I'll investigate.

rhysd commented

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.

rhysd commented

I see. I'll add nower.json to npm package. Sorry for inconvenience.