Open 2zH opened 7 years ago
PhantomJs:
PHANTOMJS_CDNURL=https://npm.taobao.org/mirrors/phantomjs/ npm install phantomjs-prebuilt
Node-Sass:
SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/ npm install node-sass
or
NPM Config:
npm config set electron_mirror https://npm.taobao.org/mirrors/electron/
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
npm config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/
Python 2.7 build:
sudo make altinstall
make altinstall is used to prevent replacing the default python binary file /usr/bin/python.
Open browser in WSL:
cmd.exe /c explorer "$(url)"
作用貌似仅在于让参数看起来更清晰,便于添加修改新参数……
https://en.wikipedia.org/wiki/Ahead-of-time_compilation
Finally, I found it. https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md But it is difference with proposal-pipeline-operator.
ESM modules in node: NPM EDITION (from NPM CTO) https://gist.github.com/ceejbot/b49f8789b2ab6b09548ccb72813a1054
NPM Permission denied: https://docs.npmjs.com/getting-started/fixing-npm-permissions