yii2-ecommerce-website icon indicating copy to clipboard operation
yii2-ecommerce-website copied to clipboard

Project Build issue

Open siripravi opened this issue 3 years ago • 4 comments

When I run the command "npm run build" I get this error: yii2ecommerceBuildError

siripravi avatar Apr 27 '21 11:04 siripravi

@siripravi Which node and npm versions do you have? Can you provide The whole output from where the error starts?

thecodeholic avatar Apr 27 '21 11:04 thecodeholic

Node v13.14.0 npm 6.14.4

siripravi avatar May 04 '21 05:05 siripravi

yii2ecommerceBuildError

siripravi avatar May 04 '21 05:05 siripravi

@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.

kavasey avatar Feb 18 '22 14:02 kavasey