Skip to content

YiJiHong/FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

FrontEnd

AI writing platform ONEGO Refactoring



Vue.js + Storybook

Set up Vue Storybook

npx -p @storybook/cli sb init

Trouble Shooting

1. Error: error:0308010C:digital envelope routines::unsupported

(Node.js version control) 스크린샷 2022-04-21 오후 11 38 25

  • 버전 확인
node -v

  • Cache 삭제
sudo npm cache clean --force

  • n 플러그인 설치 (If install n you can manage easier Node.js version.)
sudo npm install -g n

  • 안정적 버전 설치 (If error message about permission denied, add at the front sudo.)
n lts

  • 다운로드 목록 보기 (Select version with enter key and install that version.)
n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published