You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
@ multi ./node_modules/@nuxt/components/lib/installComponents.js ./node_modules/.cache/nuxt/client.js
Full log
11:12:06.223
Initializing build environment
11:14:54.740
Finished
11:14:54.740
Cloning repo
11:14:58.982
Finished
11:15:00.526
Installing dependencies
11:15:00.528
Python version set to 2.7
11:15:01.567
v12.18.0 is already installed.
11:15:02.030
Now using node v12.18.0 (npm v6.14.4)
11:15:02.070
Started restoring cached build plugins
11:15:02.073
Finished restoring cached build plugins
11:15:02.199
Attempting ruby version 2.7.1, read from environment
11:15:03.148
Using ruby version 2.7.1
11:15:03.397
Using PHP version 5.6
11:15:03.423
5.2 is already installed.
11:15:03.428
Using Swift version 5.2
11:15:03.429
Started restoring cached node modules
11:15:03.431
Finished restoring cached node modules
11:15:03.602
Installing NPM modules using NPM version 6.14.4
11:15:04.345
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
After installing @vueuse/sound manually, It deploys success on Vercel and Cloud Run but I got this error, and the website on Cloud Run shows Server error. (Vercel not shows Server error, and work fine)
Vercel :
07:45:36.985
TypeError: Cannot read property 'observable' of undefined
07:45:36.985
at L (/vercel/workpath0/node_modules/@vue/composition-api/dist/vue-composition-api.common.prod.js:15:2303)
07:45:36.985
at Z (/vercel/workpath0/node_modules/@vue/composition-api/dist/vue-composition-api.common.prod.js:15:3275)
07:45:36.985
at Object.F [as ref] (/vercel/workpath0/node_modules/@vue/composition-api/dist/vue-composition-api.common.prod.js:15:1103)
07:45:36.985
at useSound (/vercel/workpath0/node_modules/@vueuse/sound/dist/cjs/index.js:13:37)
07:45:36.986
at app.setup (node_modules/.cache/nuxt/sound.js:40:0)
07:45:36.986
at server.js:4399:91
07:45:36.986
at server.js:4342:17
07:45:36.986
at ke (node_modules/@vue/composition-api/dist/vue-composition-api.common.prod.js:15:0)
07:45:36.986
at server.js:4341:52
07:45:36.986
at bn.r.data (node_modules/@vue/composition-api/dist/vue-composition-api.common.prod.js:15:0)
07:45:36.986
at /vercel/workpath0/node_modules/vue/dist/vue.runtime.common.prod.js:6:28667
07:45:36.986
at /vercel/workpath0/node_modules/vue/dist/vue.runtime.common.prod.js:6:28727
07:45:36.987
at pn (/vercel/workpath0/node_modules/vue/dist/vue.runtime.common.prod.js:6:28934)
07:45:36.987
at bn.e._init (/vercel/workpath0/node_modules/vue/dist/vue.runtime.common.prod.js:6:32700)
07:45:36.987
at new bn (/vercel/workpath0/node_modules/vue/dist/vue.runtime.common.prod.js:6:30160)
07:45:36.987
at module.exports.webpack_exports.default (node_modules/.cache/nuxt/server.js:86:0)
I deploy to Cloudflare pages with
nuxt generate
build command and got this error.Full log
npm fund
for detailsThe text was updated successfully, but these errors were encountered: