JamieMason / shrinkpack

Fast, resilient, reproducible builds with npm install.
https://www.npmjs.com/package/shrinkpack
MIT License
793 stars 38 forks source link

shrinkpack 'is not recognized....' on Windows 10 #79

Closed grant-unwin closed 7 years ago

grant-unwin commented 7 years ago

Installing runs just fine: npm install --global shrinkpack

Then when running shrinkpack it returns

'shrinkpack' is not recognized as an internal or external command,
operable program or batch file.

Is there a reason this may not work in this way for Windows?

JamieMason commented 7 years ago

What output do you get for the following please?

npm install --global eslint
eslint --help
grant-unwin commented 7 years ago

Same result.

'eslint' is not recognized as an internal or external command,
operable program or batch file.
JamieMason commented 7 years ago

There seems to be some issue with your npm installation or PATH settings, there should be some answers on google search or stackoverflow.com to get you set up 👍