South Drifter
South Drifter
@jaywcjlove https://pnpm.io/npmrc#node-linker mentioned in https://github.com/pnpm/pnpm/issues/991#issuecomment-1120101531 failed to resolve this error too...
@jaywcjlove I roll back to Yarn 1.x, but the error is still there... https://github.com/idea2app/Next-Bootstrap-ts/pull/13/commits/d8fbc7c62ffed6d085b35f805743ec018637ed1c
@jaywcjlove > ```diff > - const removeImports = require('next-remove-imports'); > + const removeImports = require('next-remove-imports')(); > ``` It worked in Development mode, but still failed in Building mode: ```text [BABEL]...
@jaywcjlove It throws a same error after removing `.next` folder and re-building. Vercel building failed as well: https://github.com/idea2app/Next-Bootstrap-ts/runs/7980212322?check_suite_focus=true So, only Mac OS X works, not Windows & Linux?
@jaywcjlove Same error in building after removing `.pnpm-store` & re-installing. Development mode always works while the configuration is correct.
@jaywcjlove Now I roll back to Yarn 1.x or NPM 6.x, React 17/18 type compatibility errors thrown: > Type 'React.ReactNode' is not assignable to type 'import("D:/Work/idea2app/Next-Bootstrap-TS/node_modules/@types/ react-transition-group/node_modules/@types/react/index").ReactNode'. After I used...
@gabritto This PR is not okay, it's not a detail bug. This type package has been outdated for a long time from its upstream, so we need to regenerate the...
> 该文章似乎在fCC上已有翻译:[《使用 Async Generators 替代状态管理》](https://www.freecodecamp.org/chinese/news/async-generators-as-an-alternative-to-state-management)? 虽然有些许不同,但真的需要更改吗? Duplicate as #8 ? 因原任务的源文件是 @jingruzhang 在 632bad6 手工添加,且文件名与 URL 路径不对应,导致我再次添加时 GitHub action 中的爬虫找不到同名文件而不报错、中止,使我成功添加这篇文章。
@winlong 
> @liangzai006 关闭 [prebundle](https://docs.taro.zone/docs/config-detail#compilerprebundle) 再试试,如还有问题请提供完整可复现的 Demo。 @Chen-jj 生成的 `app.js` 中 `require()` 路径少了一级 `prebundle/`,复现代码在 idea2app/Taro-Vant-MobX-ts#11 