We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed, that you are using the old version of faker, that is no longer maintained.
coffeekraken/packages/postcss/s-sugarcss-plugin/package.json
Line 40 in 2f00cc4
You might want to switch to the maintained package @faker-js/faker the same as you do with one of your example projects:
@faker-js/faker
coffeekraken/packages/@examples/01-basic/package.json
Line 43 in 2f00cc4
https://www.npmjs.com/package/@faker-js/faker
It has all the versions from the old package, but received numerous updates in the meantime.
Disclaimer: I'm a maintainer @faker-js/faker.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed, that you are using the old version of faker, that is no longer maintained.
coffeekraken/packages/postcss/s-sugarcss-plugin/package.json
Line 40 in 2f00cc4
You might want to switch to the maintained package
@faker-js/faker
the same as you do with one of your example projects:coffeekraken/packages/@examples/01-basic/package.json
Line 43 in 2f00cc4
https://www.npmjs.com/package/@faker-js/faker
It has all the versions from the old package, but received numerous updates in the meantime.
Disclaimer: I'm a maintainer
@faker-js/faker
.The text was updated successfully, but these errors were encountered: