Phu Nguyen

Results 4 comments of Phu Nguyen
trafficstars

You can update the module (that depends on `moment`) that your project uses once it fixes `moment` to the latest version. Or you can `npm install --save moment@latest` to your...

@huozhi When I use `experimental.runtime: 'nodejs'`, the page doesn't load, it keeps on loading: https://www.youtube.com/embed/dErzBwI6DeQ?start=76 I'm using node v15. My dependencies: ``` "axios": "^0.26.1", "next": "^12.1.0", "react": "^18.0.0-rc.3", "react-dom": "^18.0.0-rc.3"...

> @phuwin95 Can you try the canary version? `"next": "^12.1.0",` seems that you're using the latest stable but current support of `react 18 rc >= 2` is on canary It...