Open kimroen opened 8 years ago
In addition to the steps outlined in the official upgrade guide, we need to do the following:
npm install --production
rm -rf node_modules && npm cache clear
sqlite3
npm install sqlite3
In addition to the steps outlined in the official upgrade guide, we need to do the following:
npm install --production
, runrm -rf node_modules && npm cache clear
sqlite3
:npm install sqlite3