nodejs / user-feedback

Node.js User Feedback Initiative
https://github.com/nodejs/user-feedback
56 stars 18 forks source link

NODE USER FEEDBACK SESSION - 2019-05-16 - São Paulo - SP - Brazil - How does Node.js support your daily work? #156

Open ErickWendel opened 5 years ago

ErickWendel commented 5 years ago

Event Name (pt-br): NodeBR #50 - Testes com Node.js Event Name (en-us): NodeBR #50 - Working with Tests with Node.js Link: https://www.meetup.com/pt-BR/nodebr/events/260955295/

cc/ . @igorhalfeld @khaosdoctor

khaosdoctor commented 5 years ago

Live recorded feedback session at: https://youtu.be/xPdn0iTJ8MQ?t=3555

Common points of discussion

banidrum commented 5 years ago

I've had node-gyp issues as well. I'm not sure what is the cause, but it always occurred when I ran a Vue.js project for the first time on a machine. The errors were always related to node-sass as well.

IgorHalfeld commented 5 years ago

Hmm.. this errors aren't related to Vue, it happen because node-sass package uses the lib-sass

khaosdoctor commented 5 years ago

@brumone Yeah, node-sass package is always erroring since v10 or earlier, node-gyp seems not to be able to build something on lib-sass. This is a clear representation of a package which needs to be maintained