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

Cannot install cli #1

Closed
psi-4ward opened this issue May 3, 2019 · 2 comments
Closed

Cannot install cli #1

psi-4ward opened this issue May 3, 2019 · 2 comments
Labels

Comments

@psi-4ward
Copy link

> lufo-cli@0.3.0 postinstall /home/user/ufo/node_modules/lufo-cli
> linklocal

sh: linklocal: command not found
npm WARN enoent ENOENT: no such file or directory, open '/home/user/ufo/package.json'
npm WARN ufo No description
npm WARN ufo No repository field.
npm WARN ufo No README data
npm WARN ufo No license field.

npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! lufo-cli@0.3.0 postinstall: `linklocal`
npm ERR! spawn ENOENT

can we drop linklocal? Should not necessary

@rjenkinsjr
Copy link
Owner

Definitely a bug, thanks for reporting. linklocal is used for development only and should be stripped from the package.json during deployment to the npm registry.

@rjenkinsjr rjenkinsjr added the bug label May 4, 2019
@rjenkinsjr
Copy link
Owner

Fixed in 0.3.2.

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

No branches or pull requests

2 participants