bacardi icon indicating copy to clipboard operation
bacardi copied to clipboard

.last_update is not created

Open nadongguri opened this issue 8 years ago • 5 comments

I'm submitting a ...

  • [x] bug report
  • [ ] feature request
  • [ ] support request

General infomration

Prerequisites

  • [x] Are you running the latest version?

Description

.last_update is not created whenever I run ./bacardi command on my server.

Steps to Reproduce

  1. git clone https://github.com/lunchclass/bacardi.git
  2. ./bacardi
  3. check whether .last_update is created or not

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens] .last_update should be created after running bacarid command for the first time.

Context (Environment)

Operating System

  • [x] Linux (x86/x64)
  • [ ] OSX (x86/x64)
  • [ ] Windows (x86/x64)
  • [ ] Linux (ARM)

Additional Information on the environment

I've checked it working well on another linux machine the same as my server so I'm trying to figure out.

nadongguri avatar Nov 26 '17 13:11 nadongguri

Hmm.. Can I test in your server? I couldn't reproduce it in my Linux environment.

romandev avatar Nov 26 '17 21:11 romandev

@romandev, I will checl first before using your time :)

nadongguri avatar Nov 26 '17 23:11 nadongguri

@romandev, I found it was because of root or sudo command. root doesn't go through install command in package.json or sudo ./bacardi as well. I'm not sure this issue is critical or not, WDYT?

nadongguri avatar Nov 27 '17 14:11 nadongguri

@nadongguri Hmm.. it's surprising. There seems to be another problems under root account. What should we do?

romandev avatar Nov 29 '17 05:11 romandev

@romandev, there will be a way and I think I will have a change to contribute for upstream.:)

npm WARN lifecycle undefined~install: cannot run in wd %s %s (wd=%s) undefined echo > .last_update /root/github/upstream/bacardi

nadongguri avatar Dec 03 '17 08:12 nadongguri