expenses icon indicating copy to clipboard operation
expenses copied to clipboard

npm start error

Open wakoong opened this issue 6 years ago • 0 comments

Hello,

I recently finished watching your frontend tutorial and wanted to replicate the expense app! I cloned your directory and did 'npm install' and 'npm start' and got the following error:

> expenses@ start /Users/woosikoosi/Desktop/Woosik/Work/projects/Proj1_Expenses/expenses
> watchify scripts/main.js -o scripts/bundle.js -v -d

#
# Fatal error in ../deps/v8/src/api.cc, line 1248
# Check failed: !value_obj->IsJSReceiver() || value_obj->IsTemplateInfo().
#
[1]    53449 illegal hardware instruction  npm start

Could you please tell me how to fix this problem? Thanks!

wakoong avatar Aug 21 '18 21:08 wakoong