Entrepreneurship-bootcamp-02 / M-storybook

미션 수행 열전 - 2기 홧팅~
1 stars 1 forks source link

M3-[simple-todos-react]-#1-create git repository & local test #10

Open dodongho opened 7 years ago

dodongho commented 7 years ago

Create simple-todos-react git repository

dodongho commented 7 years ago

Build Meteor App

[Fail] some packages missing [Solution] - install required packages manually meteor npm install --save react react-dom classnames react-addons-pure-render-mixin image -> This issue will be solved with npm i & meteor

Verify App with browser

[Mission completed] image

dodongho commented 7 years ago

There was 1 warning but it looks just performance issue.

image

meteor npm install --save bcrypt showed failure image

npm install --save bcrypt showed different failure - requires M$ build tools image

WONDER WHY both versions are different ?

image

dkmin commented 7 years ago

You pointed out the good thing. @dodongho

  1. meteor npm install --save bcrypt
  2. meteor node vs. node

I'm going to explain about these in Meteor lesson next week