Skip to content

When I import .sass to create-react-app application, I found some questions. #1774

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

Closed
TomIsion opened this issue Mar 9, 2017 · 3 comments
Closed

Comments

@TomIsion
Copy link

TomIsion commented Mar 9, 2017

As the guide, I wanna import Sass to my application. But I have found following two questions.

When use ctrl + c can't kill the port?

After I changed the script in package.json, I can't kill the process of port 3000 by ctrl + c. Every time I used lsof -i : 3000 then kill the process.

The program report an error before the server running?

I found the program will clear the term info after showing the

...

app is running at:

 http://localhost:3000/

...

so I can't find errors clearly.

After all, I wanna use Sass in my application. Could you give me some suggestions?

@gaearon
Copy link
Contributor

gaearon commented Mar 9, 2017

After I changed the script in package.json, I can't kill the process of port 3000 by ctrl + c. Every time I used lsof -i : 3000 then kill the process.

Can you check if applying this PR by hand fixes that issue? #1754

@gaearon
Copy link
Contributor

gaearon commented Mar 9, 2017

I found the program will clear the term info after showing the [...]

Interesting, I haven't considered this. Does it only happen for the first compilation?

@gaearon
Copy link
Contributor

gaearon commented Jan 8, 2018

Closing as stale.

@gaearon gaearon closed this as completed Jan 8, 2018
@lock lock bot locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants