Andrey Chibisov
Andrey Chibisov
yarn install v1.22.19 node:assert:125 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: 12 == 0 at ClientRequest.onConnect (\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:152359:14) at Object.onceWrapper (node:events:629:26) at ClientRequest.emit (node:events:514:28) at Socket.socketOnData (node:_http_client:575:11) at Socket.emit (node:events:514:28) at addChunk...
It works for me, I did it this way. I added the following line to the nuxt.config.js file: ` build: { transpile: [ 'vue3-emoji-picker' ] },` and so created a...