Replies: 2 comments 13 replies
-
Hey @rowild - I'm seeing this error appear: error @quasar/[email protected]: The engine "node" is incompatible with this module. Expected version "^18 || ^16 || ^14.19". Got "14.18.1" Where did you fork the sandbox from? |
Beta Was this translation helpful? Give feedback.
-
Thank you for our feedback, @JamesACS ! It's been a while - I didn't fork the repo, but create it on my own, commit it to github (were I can't find it anymore) and then "forked" (copied it over) to codesandbox. Do you happen to know, why a Node version is selected that does not fit? The quasar.config.js file clearly states that a Node v16 should be used: build: {
target: {
browser: ['es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1'],
node: 'node16'
}, Also, changing the node version in package.json does not improve the situation... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This sandbox:
https://codesandbox.io/s/quasar2vue3setup-forked-u2siof
(first linked to a github repo, then forked)
only yields 502. I have no idea why. Locally it works perfect.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions