Home

Issue: 1378

Cannot install nuxt-start 1.0.0-rc4

[issue link]

Hi,

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

npm ERR! enoent ENOENT: no such file or directory, chmod ‘/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.

This bug report is available on Nuxt.js community (#c1222)