#Error after updating qwik-city frin 0.0.128 to 0.1.0-beta9

9 messages · Page 1 of 1 (latest)

flat fiber
#

Hi,

I updated qwik-city in my package.json.
After that I receive an error when I execute npm start:

Error: Cannot find module 'stream/web'

(more details see image)

Does anybody knows what I need to configure in order to get the update right?

reef kiln
#

Which node version?

flat fiber
#

Thanks, that's the problem.

Node 14 was active, I switched to a higher version and everythink works fine.

reef kiln
#

Yeah! I think we need node 16 at least

#

Interesting you didn’t get any warning! I will see if I can add a little log

flat fiber
#

Now I see there was a warning installing the dependencies:

#

However, I will add a .npmrc & add engine to package.json.

flat fiber
#

By the way, thank you so much for helping so quickly @reef kiln . 🙏🏻

reef kiln
#

Mind preparing a PR? 😊