yii2-ecommerce-website
yii2-ecommerce-website copied to clipboard
Project Build issue
When I run the command "npm run build" I get this error:
@siripravi Which node and npm versions do you have? Can you provide The whole output from where the error starts?
Node v13.14.0 npm 6.14.4
@siripravi , the instructions under ## Building assets says Run "npm run dev" but that command should be preceded by Run "npm install" to install the package dependencies before the command 'npm run dev' to build the assets otherwise you'll get that error. Hope this helps.