-
Good evening,
I'm trying to test all the features of bloxby. The website is correctly installed. My question - which I can't seem to figure - is how do I run webpack in my root directory.
I've tryed to run the command npm install webpack, and the run the npm run build command to see if it works. But I get several errors.
Must I first install locally Node.js? I have Node.js and NPM installed in the server. What are the exact steps for installing and running webpack in my root?
I would apreciate some help.
Here are the errors and warnings I'm receiving:
---
WARNING in ./assets/js/modules/
<div><wbr />imageLibrary.js
jshint results in errors
Missing semicolon. @ line 92 char 18
}'Slim' is not defined. @ line 210 char 52
imageLibrary.currentSlimEdit = Slim.create(imageLibrary.<wbr />imgSlimEditImage, {'Slim' is not defined. @ line 440 char 17
Slim.destroy(imageLibrary.<wbr />imgSlimEditImage);'Slim' is not defined. @ line 444 char 48
imageLibrary.currentSlimEdit = Slim.create(imageLibrary.<wbr />imgSlimEditImage, {'slimImageUpdate' is not defined. @ line 219 char 36
didUpload: slimImageUpdate,'slimImageUpdate' is not defined. @ line 453 char 32
didUpload: slimImageUpdate,'slimHandleServerError' is not defined. @ line 454 char 44
didReceiveServerError: slimHandleServerError,'slimImageTransform' is not defined. @ line 455 char 36
willTransform: slimImageTransform,WARNING in ./assets/js/modules/templates.<wbr />js
jshint results in errors
Missing semicolon. @ line 84 char 105
$(templates.buttonSave).find('<wbr />.bLabel').text( $(templates.buttonSave).attr('<wbr />data-loading') )WARNING in ./assets/js/modules/packages.<wbr />js
jshint results in errors
Expected '===' and instead saw '=='. @ line 50 char 44
if (data.export_site == 'yes') {ERROR in builder.bundle.js from UglifyJs
SyntaxError: Unexpected token name «of», expected punc «;» [./assets/js/modules/ui.js:<wbr />101,12]ERROR in images.bundle.js from UglifyJs
SyntaxError: Unexpected token name «of», expected punc «;» [./assets/js/modules/ui.js:<wbr />101,12]ERROR in packages.bundle.js from UglifyJs
SyntaxError: Unexpected token name «of», expected punc «;» [./assets/js/modules/ui.js:<wbr />101,12]ERROR in settings.bundle.js from UglifyJs
SyntaxError: Unexpected token name «of», expected punc «;» [./assets/js/modules/ui.js:<wbr />101,12]ERROR in sites.bundle.js from UglifyJs
SyntaxError: Unexpected token name «of», expected punc «;» [./assets/js/modules/ui.js:<wbr />101,12]ERROR in users.bundle.js from UglifyJs
SyntaxError: Unexpected token name «of», expected punc «;» [./assets/js/modules/ui.js:<wbr />101,12]---</div>
<div></div>
<div>Kind regards</div>
<div></div>
<div>Rui Fernandes</div>
Attachments:
You must be logged in to view attached files.
The topic ‘Webpack installation’ is closed to new replies.