Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on v3 build #27

Open
barisusakli opened this issue Mar 8, 2023 · 1 comment
Open

error on v3 build #27

barisusakli opened this issue Mar 8, 2023 · 1 comment

Comments

@barisusakli
Copy link
Contributor

TypeError: opts.node.rangeBy is not a function
    at <input css HobASZ>:26:151496
    at new Warning (/home/saas/nodebb/node_modules/postcss/lib/warning.js:9:29)
    at Result.warn (/home/saas/nodebb/node_modules/postcss/lib/result.js:26:19)
    at /home/saas/nodebb/node_modules/autoprefixer/lib/processor.js:117:18
    at /home/saas/nodebb/node_modules/postcss-clean/node_modules/postcss/lib/container.js:72:18
    at /home/saas/nodebb/node_modules/postcss-clean/node_modules/postcss/lib/container.js:55:18
    at Rule.each (/home/saas/nodebb/node_modules/postcss-clean/node_modules/postcss/lib/container.js:41:16)
    at Rule.walk (/home/saas/nodebb/node_modules/postcss-clean/node_modules/postcss/lib/container.js:52:17)
    at /home/saas/nodebb/node_modules/postcss-clean/node_modules/postcss/lib/container.js:60:24
    at AtRule.each (/home/saas/nodebb/node_modules/postcss-clean/node_modules/postcss/lib/container.js:41:16)
    at AtRule.walk (/home/saas/nodebb/node_modules/postcss-clean/node_modules/postcss/lib/container.js:52:17)
@barisusakli
Copy link
Contributor Author

happens on

nodebb@3.0.0-beta.2 /home/saas/nodebb
├─┬ autoprefixer@10.4.13
│ └── postcss@8.4.21 deduped
├─┬ postcss-clean@1.2.0
│ └── postcss@8.3.11
├── postcss@8.4.21
├─┬ rtlcss@4.0.0
│ └── postcss@8.4.21 deduped
└─┬ sanitize-html@2.10.0
  └── postcss@8.3.11

Doesn't happen on local

nodebb@3.0.0-beta.2 D:\github\NodeBB
├─┬ autoprefixer@10.4.13
│ └── postcss@8.4.21 deduped
├─┬ postcss-clean@1.2.0
│ └── postcss@8.4.21 deduped
├── postcss@8.4.21
├─┬ rtlcss@4.0.0
│ └── postcss@8.4.21 deduped
└─┬ sanitize-html@2.10.0
  └── postcss@8.4.21 deduped

possibly some yarn/npm fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant