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

0.14.3 install bug w/ init-status #130

Closed
scttcper opened this issue Aug 31, 2017 · 2 comments
Closed

0.14.3 install bug w/ init-status #130

scttcper opened this issue Aug 31, 2017 · 2 comments
Assignees

Comments

@scttcper
Copy link

scttcper commented Aug 31, 2017

Anyone else getting this?

❯ npm i bundlesize -D
npm ERR! path /Users/scoope7/ngx-trend/node_modules/bundlesize/src/init-status.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/scoope7/ngx-trend/node_modules/bundlesize/src/init-status.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/scoope7/.npm/_logs/2017-08-31T17_22_26_445Z-debug.log

Please mention other relevant information.

  • node version
    v8.3.0
  • npm version
    5.4.0
  • Operating system
    osx
  • bundlesize version
    0.14.3
  • CI you are using
    travis, but this is on my local

already tried verifying npm cache and then i cleared it just because. Using 0.14.2 for now.

@ForsakenHarmony
Copy link
Contributor

yeah, that file seems to have gotten deleted but is in one of the scripts

"bundlesize-init": "src/init-status.js"

@ForsakenHarmony
Copy link
Contributor

ForsakenHarmony commented Aug 31, 2017

got removed in this commit

not sure if it does anything useful #9 ig it does

@SaraVieira

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

No branches or pull requests

4 participants