mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
Update build-docs.sh
This commit is contained in:
@ -23,6 +23,8 @@ npm_install() {
|
|||||||
rm -rf node_modules package-lock.json
|
rm -rf node_modules package-lock.json
|
||||||
npm -v
|
npm -v
|
||||||
npm i -g npm@^6.13.6
|
npm i -g npm@^6.13.6
|
||||||
|
npm -v
|
||||||
|
echo "about to npm install after upgrade"
|
||||||
npm install || echo "Something is not right..."
|
npm install || echo "Something is not right..."
|
||||||
echo "calling npm install @types/handlebars@4.0.33"
|
echo "calling npm install @types/handlebars@4.0.33"
|
||||||
npm install @types/handlebars@4.0.33
|
npm install @types/handlebars@4.0.33
|
||||||
|
Reference in New Issue
Block a user