Skip to content

Commit b85e819

Browse files
moesohaiceboy233
authored andcommitted
Upgrade NPM dependencies (#515)
* upgrade gulp * upgrade gulp config * ** gulp 4 * fix import * upgrade babel * eslint --fix * oh my eslint * Fix PrismJS * Upgrade some dependencies * roll back gulp-iconfont * fotgot to stage lockfile * webpack finally works * Revert "webpack finally works" This reverts commit ca7b921 * some fixes * Update README * upgrade gulp-iconfont * Fix uglifyjs-webpack-plugin * some fixes make react works fine
1 parent 1bf1d14 commit b85e819

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+8793
-6915
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vj4/ui/static/**

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There is pre-built docker package at `vijos/vj4`. This is maintained by [@moesoh
4545

4646
* [Python 3.5.3+](https://www.python.org/downloads/)
4747
* [MongoDB 3.0+](https://docs.mongodb.org/manual/installation/)
48-
* [Node.js 6.0+, 10-](https://nodejs.org/en/download/package-manager/)
48+
* [Node.js 6.0+](https://nodejs.org/en/download/package-manager/)
4949
* [RabbitMQ](http://www.rabbitmq.com/)
5050

5151
#### Install requirements
@@ -57,7 +57,7 @@ python3 -m pip install -r requirements.txt
5757
npm install # cnpm install
5858
```
5959

60-
You don't need root privilege to run `npm install`. It installs stuffs in the project directory. We recommend using Node 8. Node 10 brings breaking changes, which can break our deprecated dependencies.
60+
You don't need root privilege to run `npm install`. It installs stuffs in the project directory. We recommend using Node 8.
6161

6262
You may want to use [cnpm](https://npm.taobao.org/) and [tuna](https://pypi.tuna.tsinghua.edu.cn/)
6363
if you are in China. Make sure to use `cnpm` by adding `alias` to `npm` instead of installing cnpm cli-tool.

0 commit comments

Comments
 (0)