Upgrading
- Update the version specified for the package in your
package.json
file.After this step instructions vary depending upon whether you are using Yarn or NPM. Yarn is the preferred package manager for working with Nuxt as it is the development tool which tests have been written against.
- remove
yarn.lock
file - remove directory
- After installation has completed and you have run your tests consider upgrading other dependencies as well. The
yarn outdated
command can be used.
- remove file
- remove
node_modules
directory - After installation has completed and you have run your tests consider upgrading other dependencies as well. The command can be used.