How to update Nuxt.js to the latest version [closed]
I'm using Nuxt.js 1.2 in my project, but I want to update it to latest version. How to do it? What needs to be considered when updating the version?
javascript vue.js nuxt.js nuxt
closed as too broad by cнŝdk, pirho, Mark Rotteveel, 585connor, Alejandro Nov 21 '18 at 17:41
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'm using Nuxt.js 1.2 in my project, but I want to update it to latest version. How to do it? What needs to be considered when updating the version?
javascript vue.js nuxt.js nuxt
closed as too broad by cнŝdk, pirho, Mark Rotteveel, 585connor, Alejandro Nov 21 '18 at 17:41
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
nuxtjs.org/guide/release-notes/#migration-guide-for-2-0-0
– Badgy
Nov 21 '18 at 11:07
add a comment |
I'm using Nuxt.js 1.2 in my project, but I want to update it to latest version. How to do it? What needs to be considered when updating the version?
javascript vue.js nuxt.js nuxt
I'm using Nuxt.js 1.2 in my project, but I want to update it to latest version. How to do it? What needs to be considered when updating the version?
javascript vue.js nuxt.js nuxt
javascript vue.js nuxt.js nuxt
edited Nov 21 '18 at 11:09
Billal Begueradj
6,013132947
6,013132947
asked Nov 21 '18 at 11:03
nuxt vienuxt vie
183
183
closed as too broad by cнŝdk, pirho, Mark Rotteveel, 585connor, Alejandro Nov 21 '18 at 17:41
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by cнŝdk, pirho, Mark Rotteveel, 585connor, Alejandro Nov 21 '18 at 17:41
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
nuxtjs.org/guide/release-notes/#migration-guide-for-2-0-0
– Badgy
Nov 21 '18 at 11:07
add a comment |
2
nuxtjs.org/guide/release-notes/#migration-guide-for-2-0-0
– Badgy
Nov 21 '18 at 11:07
2
2
nuxtjs.org/guide/release-notes/#migration-guide-for-2-0-0
– Badgy
Nov 21 '18 at 11:07
nuxtjs.org/guide/release-notes/#migration-guide-for-2-0-0
– Badgy
Nov 21 '18 at 11:07
add a comment |
1 Answer
1
active
oldest
votes
Simply run: yarn upgrade nuxt@^2.3.2
As stated here:
Please note that for upgrading Nuxt.js just changing version inside
package.json
is not enough. Please use yarn upgrade or npm upgrade so
that the final directory structure ofnode_modules
will be correct. In
case of problems clean upnode_modules
and
yarn.lock/package-lock.json
.
4
another simple way:yarn upgrade nuxt --latest
– Nicolas Pennec
Nov 21 '18 at 15:12
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Simply run: yarn upgrade nuxt@^2.3.2
As stated here:
Please note that for upgrading Nuxt.js just changing version inside
package.json
is not enough. Please use yarn upgrade or npm upgrade so
that the final directory structure ofnode_modules
will be correct. In
case of problems clean upnode_modules
and
yarn.lock/package-lock.json
.
4
another simple way:yarn upgrade nuxt --latest
– Nicolas Pennec
Nov 21 '18 at 15:12
add a comment |
Simply run: yarn upgrade nuxt@^2.3.2
As stated here:
Please note that for upgrading Nuxt.js just changing version inside
package.json
is not enough. Please use yarn upgrade or npm upgrade so
that the final directory structure ofnode_modules
will be correct. In
case of problems clean upnode_modules
and
yarn.lock/package-lock.json
.
4
another simple way:yarn upgrade nuxt --latest
– Nicolas Pennec
Nov 21 '18 at 15:12
add a comment |
Simply run: yarn upgrade nuxt@^2.3.2
As stated here:
Please note that for upgrading Nuxt.js just changing version inside
package.json
is not enough. Please use yarn upgrade or npm upgrade so
that the final directory structure ofnode_modules
will be correct. In
case of problems clean upnode_modules
and
yarn.lock/package-lock.json
.
Simply run: yarn upgrade nuxt@^2.3.2
As stated here:
Please note that for upgrading Nuxt.js just changing version inside
package.json
is not enough. Please use yarn upgrade or npm upgrade so
that the final directory structure ofnode_modules
will be correct. In
case of problems clean upnode_modules
and
yarn.lock/package-lock.json
.
edited Nov 21 '18 at 15:08
Nicolas Pennec
2,8331020
2,8331020
answered Nov 21 '18 at 11:06
Billal BegueradjBillal Begueradj
6,013132947
6,013132947
4
another simple way:yarn upgrade nuxt --latest
– Nicolas Pennec
Nov 21 '18 at 15:12
add a comment |
4
another simple way:yarn upgrade nuxt --latest
– Nicolas Pennec
Nov 21 '18 at 15:12
4
4
another simple way:
yarn upgrade nuxt --latest
– Nicolas Pennec
Nov 21 '18 at 15:12
another simple way:
yarn upgrade nuxt --latest
– Nicolas Pennec
Nov 21 '18 at 15:12
add a comment |
2
nuxtjs.org/guide/release-notes/#migration-guide-for-2-0-0
– Badgy
Nov 21 '18 at 11:07