browser-wakatime icon indicating copy to clipboard operation
browser-wakatime copied to clipboard

README npm build instructions do not work

Open tamsky opened this issue 6 years ago • 2 comments

ISSUE

@alanhamlett would it be possible for you to test, and update the build instructions for this project ?

Even when following the README build instructions, the required file //public/js/events.js listed in //manifest.js is never generated, resulting in an non-loadable extension.

My attempts (which have also included node:6, :8 , :10, etc) look like:

# docker run -it --name chrome-wakatime node:8 bash -x -c \
'
git clone https://github.com/wakatime/chrome-wakatime.git &&
  cd chrome-wakatime ;
  mkdir -p public/js ;
  npm install --unsafe-perm ;
  ./node_modules/bower/bin/bower --allow-root install ;
  ./node_modules/.bin/gulp ;
  find . -ls
'

tamsky avatar Dec 06 '18 18:12 tamsky

See #75

Eeems avatar Feb 20 '19 16:02 Eeems

@tamsky Could you confirm that this is now working as per #75 being merged?

Eeems avatar Apr 17 '19 17:04 Eeems