After upgrading to Next 9.1.6 I am having a problem running my next js server locally. I get
./resources/images/logo.svg
Error: Cannot find module '@babel/helper-create-regexp-features-plugin'
The problem with @next/bundle-analyzer
latest, if I keep Next 9.1.6
and @next/bundle-analyzer 9.1.5
everything work fine.
Also I have used @svgr/webpack
A clear and concise reproduction wasn't provided as asked for in the issue template.
@timneutkens i think last relaese broke something but i am not sure what is broken? i get similar message for some module, but clean npm install fixes problem.
Again:
A clear and concise reproduction wasn't provided as asked for in the issue template.
We have tons of integration tests.
@c0b41 thanks, I have deleted node_modules
and reinstall, the problem was fixed.
Is there a programmatically way to fix it, I have a devops flow that sometimes breaks cause of this error... if I do a empty commit again it works
Most helpful comment
@c0b41 thanks, I have deleted
node_modules
and reinstall, the problem was fixed.