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.