soney / si-579

SI 579 Course
1 stars 0 forks source link

Office hour questions about including libraries #1

Open LittleAprilFool opened 3 years ago

LittleAprilFool commented 3 years ago

1. Snapsvg

Issue

Related Discussions

Solution

LittleAprilFool commented 3 years ago

2. Fontawesome

Issue

Solution

If students are using Fontawesome, they can just use CDN to reference it, no need to bundle it with webpack

LittleAprilFool commented 3 years ago

3. NPM couldn't install any packages

Issue

A common issue that students located in China would encounter: https://registry.npmjs.org/ is blocked by the GFW — even if they turn on the VPN, npm install wouldn’t install through the VPN and they will get npm install Error: rollbackFailedOptional.

Solution

Use a mirror site of npmjs hosted in China. For example, run npm config set registry http://registry.npm.taobao.org