Open ryanjohansson opened 2 years ago
main
DEBUG_PROD=true npm run build && npm start
Not receive an error when running 'npm run package'
When I run 'npm run package', I receive a plethora of errors.
git clone https://github.com/amilajack/erb-sqlite-example.git
cd erb-sqlite-example
npm i
npm run package
I did not make any changes to the boilerplate and I simply followed the instructions in the readme.
+1
I get the same error
Prerequisites
main
branchDEBUG_PROD=true npm run build && npm start
Expected Behavior
Not receive an error when running 'npm run package'
Current Behavior
When I run 'npm run package', I receive a plethora of errors.
Steps to Reproduce
git clone https://github.com/amilajack/erb-sqlite-example.git
cd erb-sqlite-example
npm i
npm run package
Context
I did not make any changes to the boilerplate and I simply followed the instructions in the readme.