6 lines
111 B
Batchfile
6 lines
111 B
Batchfile
setlocal
|
|
cd /d %~dp0
|
|
SET npm_config_arch=ia32
|
|
rmdir /Q /S node_modules
|
|
npm install --arch=ia32 --production -d
|