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

faker.js the author decided to delete the repository #56

Open
intersoftsistemas opened this issue Jan 6, 2022 · 4 comments
Open

faker.js the author decided to delete the repository #56

intersoftsistemas opened this issue Jan 6, 2022 · 4 comments

Comments

@intersoftsistemas
Copy link

El paquete:
@owczar/dashboard-style--airframe -> utiliza faker.js en:

node_modules@owczar\dashboard-style--airframe\package.json
node_modules@owczar\dashboard-style--airframe\js-modules\extended-faker.js

Info:
Este proyecto faker.js fue creado y alojado originalmente en https://github.com/marak/Faker.js/ ; sin embargo, alrededor del 4 de enero de 2022, el autor decidió eliminar el repositorio (por "razones desconocidas").

En interés de la comunidad, se ha decidido que faker.js se mantendrá aquí : @withshepherd/faker

Sería posible generar una actualización a @owczar/dashboard-style--airframe ?

@hanamurayuki
Copy link

hanamurayuki commented Mar 4, 2022

You can use new one removing faker.js.
https://github.com/miltonbo/dashboard-style-airframe
-> npm i @miltonbo/dashboard-style-airframe

And then replace many parts from @Owczar to @miltonbo.

  • git grep -l @owczar | xargs sed -i '' -e 's/@owczar/@miltonbo/g'
  • git grep -l dashboard-style--airframe | xargs sed -i '' -e 's/dashboard-style--airframe/dashboard-style-airframe/g'

And, replace faker also.

  • git grep -l "import faker from 'faker/locale/en_US';" | xargs sed -i '' -e s/"import faker from 'faker/locale/en_US';"/"const faker = require('@faker-js/faker/locale/en_US');"/g
@0xhitesh-91
Copy link

I am getting this error while executing npm i @miltonbo/dashboard-style-airframe

npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/Marak/faker.js.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/rentsher/.npm/_logs/2022-09-11T08_44_19_553Z-debug-0.log

@emmandecena
Copy link

Using a different delimiter to replace faker to prevent bad flag in substitute command: 'e':

  • git grep -l "import faker from 'faker/locale/en_US';" | xargs sed -i '' -e s#"import faker from 'faker/locale/en_US';"#"const faker = require('@faker-js/faker/locale/en_US');"#g
@0wczar
Copy link
Owner

0wczar commented Mar 3, 2023

Sorry for silent. I just back from hospital.
Guys - can you help me with an update if you have time?

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