node dep. solve babel version conflict. one scss issue
This commit is contained in:
parent
0950f10e58
commit
fc36e01004
5 changed files with 23 additions and 9 deletions
19
README.md
19
README.md
|
@ -4,6 +4,25 @@ FoundationPress relies to not-up-to-date dependencies, works with node.js ~6, us
|
|||
|
||||
$ n 6
|
||||
|
||||
install gulp
|
||||
|
||||
$ sudo npm -g install gulp
|
||||
|
||||
install node modules
|
||||
|
||||
$ npm install
|
||||
|
||||
it there is a problem with babel versions, like
|
||||
|
||||
`
|
||||
babel-loader@8 requires Babel 7.x (the package '@babel/core'). If you'd like to use Babel 6.x ('babel-core'), you should install 'babel-loader@7'.
|
||||
`
|
||||
|
||||
try...
|
||||
|
||||
$ npm install --save-dev babel-loader@7
|
||||
|
||||
|
||||
keep dependencies updated
|
||||
|
||||
$ ncu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue