Static GitHub Issues

[1378] Cannot install nuxt-start 1.0.0-rc4

prev: Unable to run ava tests using v1.0.0-rc4
next: Error asking me to install components

Hi,

When I run npm install nuxt-start, it throws the following error:

npm ERR! enoent ENOENT: no such file or directory, chmod '<some-path>/node_modules/nuxt-start/bin/nuxt'

That is because in the file start/package.json you have a bin entry as "nuxt": "./bin/nuxt". I think it should be "nuxt-start": "./bin/nuxt-start". Can you fix that and publish nuxt-start again? Thanks.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1222">#c1222</a>)</em></sub></div>