×
Clear all filters including search bar
Valeri Tandilashvili's Personal Professional Blog
composer.json
composer init
gallery
npm search imagegallery
npm install -g live-server
After installing, the package should be started by running the command in consolelive-server
npm install -g browserify
If our app main JS file is app.js, then running the command will create one bundle.js
filebrowserify app.js > bundle.js
live-server
did not work
browserify
did not work
The problem solved after running this command in Windows PowerShell
(open as an administrator)Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "Unrestricted"
npm install npm@latest -g
update
npm list
npm root -g
The result (on this computer) isC:\Users\Admin\AppData\Roaming\npm\node_modules