shlomiassaf / ngc-webpack

Angular compiler-cli with webpack's loader chain.
MIT License
84 stars 15 forks source link

4.1.0 missing ngc-webpack/src/cli.js #38

Closed KrakenTyio closed 6 years ago

KrakenTyio commented 6 years ago

Hi after upgrade version to 4.1.0 from npm, it return this error (4.0.2 work great):

npm ERR! path /home/~/project/node_modules/ngc-webpack/src/cli.js 
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/~/project/node_modules/ngc-webpack/src/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
KrakenTyio commented 6 years ago

Created pull request #39 Should help