ForestAdmin / lumber

Install Forest Admin in minutes.
https://www.forestadmin.com
MIT License
2.07k stars 106 forks source link

Lumber Install Issues #225

Closed LiquidNexxus closed 5 years ago

LiquidNexxus commented 5 years ago

npm install -g lumber-cli npm WARN deprecated sprintf@0.1.5: The sprintf package is deprecated in favor of sprintf-js. npm ERR! path /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize npm ERR! code EISGIT npm ERR! git /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize: Appears to be a git repo or submodule. npm ERR! git /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize npm ERR! git Refusing to remove it. Update manually, npm ERR! git or move it out of the way first.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/XXXXXXX/.npm/_logs/2019-05-29T09_27_37_449Z-debug.log

slimee commented 5 years ago

Hi,

I have only the WARN, which is "just" a deprecation warning, but no errors. What's your config? Mine is Windows 10 + git bash + node v8.11.4 It installs me today lumber-cli@2.0.5

fccoelho7 commented 5 years ago

The same here!

➜  admin git:(master) npm install -g lumber-cli
npm WARN deprecated sprintf@0.1.5: The sprintf package is deprecated in favor of sprintf-js.
npm ERR! path /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize
npm ERR! code EISGIT
npm ERR! git /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize: Appears to be a git repo or submodule.
npm ERR! git     /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/fabiocoelho/.npm/_logs/2019-06-04T13_50_35_498Z-debug.log
LiquidNexxus commented 5 years ago

I managed to figure it out. Can't remember exactly but it involved ensuring git and sql are properly configured. Google each error it takes some searching but I managed... If I remember I will post exact instructions

On Tue, 4 Jun 2019, 14:52 Fabio Carvalho, notifications@github.com wrote:

The same here!

➜ admin git:(master) npm install -g lumber-cli

npm WARN deprecated sprintf@0.1.5: The sprintf package is deprecated in favor of sprintf-js.

npm ERR! path /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize

npm ERR! code EISGIT

npm ERR! git /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize: Appears to be a git repo or submodule.

npm ERR! git /usr/local/lib/node_modules/lumber-cli/node_modules/sequelize

npm ERR! git Refusing to remove it. Update manually,

npm ERR! git or move it out of the way first.

npm ERR! A complete log of this run can be found in:

npm ERR! /Users/fabiocoelho/.npm/_logs/2019-06-04T13_50_35_498Z-debug.log

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ForestAdmin/lumber/issues/225?email_source=notifications&email_token=ADRM2PCXZITI6DDGOW6A45TPYZXSNA5CNFSM4HQK3O2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW4UH7I#issuecomment-498680829, or mute the thread https://github.com/notifications/unsubscribe-auth/ADRM2PG7MENNQRS4HWUUBATPYZXSNANCNFSM4HQK3O2A .

marcperrinp commented 5 years ago

This appears to be a git/npm-related issue (See https://github.com/react-native-community/react-native-safe-area-view/issues/73).

Closing until further notice.