aboutjquery
aboutjquery
Thank you, finally I found it `` If I have a hundred pages, it is not a good idea to manually add `path="/pathname"`. Is there a way to automatically add...
> @aboutjquery Can you give a screenshot or error code? ``` Build Error Failed to compile Module not found: Can't resolve 'the-supersonic-plugin-for-scroll-based-animation' 1 | import { useTranslations } from 'next-intl';...
> @aboutjquery it looks like you haven't installed the plugin via `npm install the-supersonic-plugin-for-scroll-based-animation --save-dev` I have already installed `"the-supersonic-plugin-for-scroll-based-animation": "^2.1.0"` I have no idea why its happen.
> @aboutjquery i'm not super familiar with nextjs, but if you can locate `the-supersonic-plugin-for-scroll-based-animation` in your `node_modules` folder, a possible reason maybe is that nextjs tries to execute plugin in...
The nextjs team is not going to solve this problem??? What’s amazing is that I already had this kind of problem after building without changing anything after installation. It’s such...