qwik icon indicating copy to clipboard operation
qwik copied to clipboard

issue with "@builder.io/qwik-city": "0.0.117"

Open gomolsoft opened this issue 1 year ago • 3 comments

Qwik Version

0.11.1

Operating System (or Browser)

all Browsers

Node Version (if applicable)

16

Which component is affected?

Qwik City

Expected Behaviour

I am currently using version "@builder.io/qwik-city": "0.0.112". And am trying to upgrade to the latest version, version "@builder.io/qwik-city": "0.0.117". "@builder.io/qwik": "^0.11.1", "@builder.io/qwik-city": "^0.0.117", .. "vite": "^3.1.8", ..

Actual Behaviour

I get the following error message:

qwikPlugin.api.getManifest is not a function /Volumes/.../node_modules/@builder.io/qwik-city/vite/index.cjs:23909:63 23901| if (r3.paramNames.length > 0) { 23902| const paramNames = JSON.stringify(r3.paramNames); 23903| return [ ${pattern}, ${moduleLoaders}, ${paramNames} ]; | ^ 23904| } 23905| return [ ${pattern}, ${moduleLoaders} ];

Additional Information

the issue can be aswell reproduced in stackblitz https://stackblitz.com/edit/qwik-starter-h7qjne?file=package.json

gomolsoft avatar Oct 25 '22 20:10 gomolsoft

Duplicate of https://github.com/BuilderIO/qwik/issues/1844 imo

kwaa avatar Oct 26 '22 06:10 kwaa

with the new upddate: "@builder.io/qwik": "^0.12.0", "@builder.io/qwik-city": "^0.0.118", is the issue gone.

gomolsoft avatar Oct 27 '22 16:10 gomolsoft

@manucorporat @shairez @adamdbradley could be closed

zanettin avatar Oct 28 '22 18:10 zanettin