Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

npm install fails #24

Closed
bestwestern opened this issue Sep 7, 2016 · 3 comments
Closed

npm install fails #24

bestwestern opened this issue Sep 7, 2016 · 3 comments

Comments

@bestwestern
Copy link

. ./.scripts/prepublish.sh

is not recognized as an internal or external command (Windows 10)
npm-debug.pdf

@usulpro
Copy link
Member

usulpro commented Sep 7, 2016

@bestwestern, yes because it's shell script and you cant run it on windows. However, you can work with storybook nevertheless. This script you will need only to publish to npm (for translating to es5), but you can run same script for windows manually

@bestwestern
Copy link
Author

Thank you very much for the quick reply!
May I recommend mentioning this in the Readme (that way you will not get these issues from newbie users like me ;-)

@usulpro
Copy link
Member

usulpro commented Sep 8, 2016

you are welcome! :)
I hope we will have full windows support sometime #6
By the way, if you have git installed on your system you can just start Git Bash from your project folder and type:
$ bash
$ . ./.scripts/prepublish.sh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants