DEV Community

Discussion on: How to implement a robots.txt file in a Nuxt project — Nuxt 2.10

Collapse
 
dimazz profile image
dimazz

I'm getting this error:
Error: Cannot find module '@nuxtjs/robots'

Collapse
 
wesgardner profile image
wellgoodthen

The installation instructions are out of date. It should be:
npm install @nuxtjs/robots
or
yarn add @nuxtjs/robots