i am working on next js project and the version used is 12.2.2. mistakenly i upgraded to ^12.2.2 and now i get this warning in my terminal "You have defined experimental feature (outputStandalone) in next.config.js that does not exist in this version of Next.js". How can i work again on the previous version?
If it's just the package version and nothing else changed when you ran an npm upgrade, try:
package.json to set the version you want (12.2.2)npm install againThat should remove the old version and the install the specific one you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With