airframe-react icon indicating copy to clipboard operation
airframe-react copied to clipboard

faker.js the author decided to delete the repository

Open intersoftsistemas opened this issue 3 years ago • 4 comments

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 ?

intersoftsistemas avatar Jan 06 '22 21:01 intersoftsistemas

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

hanamurayuki avatar Mar 04 '22 08:03 hanamurayuki

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://[email protected]/Marak/faker.js.git npm ERR! [email protected]: 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

0xhitesh-91 avatar Sep 11 '22 08:09 0xhitesh-91

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

emmandecena avatar Dec 19 '22 01:12 emmandecena

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

0wczar avatar Mar 03 '23 13:03 0wczar