microsoft / HealthClinic.biz

The samples contained in this repo are used to present an end-to-end demo scenario based on a fictitious B2B and multitenant system, named “HealthClinic.biz” that provides different websites, mobile apps, desktop apps, wearable apps, and services running on the latest Microsoft and open technologies aligned with announcements to showcase during the Connect(); 2015 event. The current published version works with Visual Studio 2015 Update 1 RC bits and ASP.NET 5.0 Beta 8. The final version used at Connect(); 2015 will be published soon.
http://aka.ms/Connect
MIT License
496 stars 292 forks source link

npm WARN deprecated graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. #9

Open peterennis opened 8 years ago

peterennis commented 8 years ago

Cloned again. Testing 01-Demo Using latest node 5.6

Found this reference: http://stackoverflow.com/questions/35491905/npm-warn-deprecated-graceful-fs3-0-8-graceful-fs-version-3

capture5

peterennis commented 8 years ago

Output from latest clone included.

01_Demos-Initial_Output2.txt

mehedi101 commented 8 years ago

I am using windows platform and Homestead ; using these command and work for me :

Full steps : npm install --no-bin-links

gulp

npm rebuild node-sass . -- its fix the issue..

gulp

Now gulp --- working.