-
Notifications
You must be signed in to change notification settings - Fork 12
npm start fails on Windows #3
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
Comments
also have problem to run it (Windows 7) $ npm start
Unknown browser query |
Windows doesn't like single quote, so it worked after replacing |
Replaced single quotes ' to double quotes \" in package.json scripts to allow it run on Windows. css-modules#3
Can you make this work on Windows?
I trying using cmd and github bash.
Output below.
10x!
$ npm start
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\layout.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\layout.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\typography.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\typography.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\5-ScopedAnimations\shared\styles\animations.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\5-ScopedAnimations\shared\styles\animations.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css' }
Starting up http-server, serving dist on: http://0.0.0.0:8080
Hit CTRL-C to stop the server
The text was updated successfully, but these errors were encountered: