Sorry but I got this error when updating Nuxt 1.0.0.
I use npm run dev
and got this error:
C:\Users\User\Desktop\FeedGit\frontend\node_modules\nuxt\lib\common\utils.js:25
exports.waitFor = async function waitFor(ms) {
This is my all dependencies in package.json:
"dependencies": {
"@nuxtjs/router": "^1.0.1",
"axios": "^0.17.1",
"body-parser": "^1.17.2",
"bootstrap-vue": "^1.0.0-beta.9",
"core-js": "^2.5.1",
"cropperjs": "^1.2.2",
"emoji-mart-vue": "^1.0.2",
"express": "^4.15.4",
"ieee754": "^1.1.8",
"js-cookie": "^2.1.4",
"jwt-decode": "^2.2.0",
"nuxt": "^1.0.0",
"postcss-cssnext": "^3.0.2",
"quill": "^1.3.3",
"quill-image-drop-module": "^1.0.3",
"style-loader": "^0.18.2",
"svg-inline-loader": "^0.8.0",
"underscore": "^1.8.3",
"vue-clickaway": "^2.1.0",
"vue-infinite-loading": "^2.2.1",
"vue-multiselect": "^2.0.8",
"vue-notifyjs": "^0.2.0",
"vue-quill-editor": "^3.0.4",
"vue-resource": "^1.3.4",
"vue-style-loader": "^3.0.3",
"vue-svgicon": "^2.1.1",
"vue-timeago": "^3.3.6",
"vue-upload-component": "^2.7.3"
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2199">#c2199</a>)</em></sub></div>