234 comments found.
I noticed there are components to use. Is it possible for instructors to write values to students individually or in groups so that in their own dashboards they can see their own charts according to their own values? How much do you charge for customization? Thanks.
Hello we are facing difficulty in toggle of sidebar sub menus using sidebar-style-guide. Can you please help us
Well, I’m not sure I can help without taking a look at your implementation and markup structure. What kind of difficulty are you facing?
Sidebar Menu item which are having submenus are not working as expected (I mean toggle between hide and show)
Give me an example of the html markup for menu item with submenu and the javascript you’re using to toggle the submenu.
You can post them here as a public gist and then just send the link: http://gist.github.com/You can check the link and let me know the corrections as soon as possible
Give me the link please to your gist.
Hello did you find any solution? I am facing the same difficulty in Navbar dropdown. They are not expanding as expected
Do you have any console errors?
Hi. I just bought this theme several days ago. My Gitlab account is @nonstopjazz. Please give me the permission to your Gitlab access. Thanks.
Thanks for purchasing. Done!
Hi, I purchased this product today and unable to install the dependencies related to gitlab. Can you please give us the permisiions
We’ll need to know your Gitlab username (gitlab.com) to give you access. Thanks
Get this error while installing the modules.
Hi,
Thanks for purchasing! We’ll need to know your Gitlab username (gitlab.com) to give you access.
Thanks
Hello my gitlab username is itideology
Just gave you access. Try installing again
I got the access for gitlab. I am trying to install these dependencies in my meteor project but failing to access them and its showing the same error
Ok, you need to setup the ssh access to Gitlab.
Please follow this guide: https://docs.gitlab.com/ee/ssh/
And then before you try installing again, make sure the ssh access is working by testing the connection:
ssh -T git@gitlab.com
You should receive a Welcome to GitLab, @username! message.
I have my app running now but am not getting the styles applied. Login page is completely disturbed with the css. Am creating an application using Meteor with react. Where do i need the css files
How are you loading the css now?
I copied the assets folder into my client folder and then gave them links in my main.html page
Did you check the browser developer console for errors?
Uncaught SyntaxError: Unexpected token < popper.min.js:1 Uncaught SyntaxError: Unexpected token < bootstrap.min.js:1 Uncaught SyntaxError:Unexpected token < perfect-scrollbar.min.js:1 Uncaught SyntaxError: Unexpected token < dom-factory.js:1 Uncaught SyntaxError: Unexpected token < material-design-kit.js:1 Uncaught SyntaxError: Unexpected token < app.js:1 Uncaught SyntaxError: Unexpected token < hljs.js:1 Uncaught SyntaxError: Unexpected token < app-settings.js:1 Uncaught SyntaxError: Unexpected token <
There are no more errors than this
Well, I’m not exactly sure how Meteor works, but if I remember correctly from the minimal experience I have with it is that Meteor has specific application lifecycle hooks just like React, Angular and Vue and you need to hook any script you have into those.
Also, I would first make sure the styling is loaded by commenting out those scripts (so there are no console errors).
I think I know why the styles aren’t getting applied.
It’s because LearnPlus has both RTL and LTR styles so in order to have the style applied, the html tag needs dir="ltr", so do this in server/main.js
import { Meteor } from 'meteor/meteor';
Meteor.startup(() => {
WebApp.addHtmlAttributeHook(function() {
return {
"dir": "ltr"
}
})
});
Let me know if it works.
Am getting WebApp.addHtmlAttributeHook is not a function error
What Meteor version are you using? I tried on Meteor 1.8.0.1
I tried on 1.7.0.5 let me try with 1.8.0.1
Am still facing the same issue
You have the same error on Meteor 1.8?
WebApp.addHtmlAttributeHook is not a function
I don’t have error when i include the statement which you mentioned in server/main.js . But the styles are not getting applied
That’s good. At least you don’t have errors. Now, how exactly are you loading the styles?
Any luck? By the way, are you loading compiled CSS files or SCSS?
Here’s a working sample of LearnPlus with Meteor.
https://github.com/FrontendMatter/learnplus-meteorHello can you please give me access for github account for Learn Plus with Meteor
My gitlab username is itjaya
Hi,
But you have access. This repository is public https://github.com/FrontendMatter/learnplus-meteor and you already have access to Gitlab dependencies.
yes i got them
Can we have Learn Plus with Meteor-React github repository ?
You can clone the repository to your computer.
git clone git@github.com:FrontendMatter/learnplus-meteor.gitor
git clone https://github.com/FrontendMatter/learnplus-meteor.git
Ohh.. sorry, just realized what you asked. Didn’t read well enough. I’ll try to make a basic sample for you using LearnPlus with Meteor and React.
Ok i will be waiting for your meteor-react sample
I have implemented meteor bootstrap in react . It went well but am facing difficulty in hide and show of sidebar collapse sub menus. Can you please suggest us any solution for that
Hello can you please give us any solution regarding sidebar sub menus collapse
please see the other comment
Purchased and downloaded your package themeforest-15287372-learnplus-learning-management-application.zip”
While installing ””ui-learnplus-bootstrap”: “gitlab:FrontendMatter/ui-learnplus-bootstrap#v2.0.0”” I am getting gitlab login credential, when supplying my details it is throwing “Host key verification failed.”
After looking at the discussion, I tried installing “npm install gitlab:FrontendMatter/ui-learnplus-bootstrap#v1.0.0—save”, I am still gettimg the same error.
I tried my gitlab accout “vikashanil”.
Just gave you access to ui-learnplus-bootstrap on Gitlab on your “vikashanil” username. Try again now
Hello, I just bought this template and got this error after running npm install:
executing: npm ERR! /usr/local/bin/git ls-remote h -t ssh://git@gitlab.com/FrontendMatter/uilearnplus-bootstrap.git npm ERR! npm ERR! Host key verification failed. npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! npm ERR! exited with error code: 128 This is v4.0.0. From what I read I think I must provide you with my gitlab username so you can give me access to the repository. My username is afra91. Please let me know when I can access it. Thank you!
This is v4.0.0. From what I read I think I must provide you with my gitlab username so you can give me access to the repository.
My username is afra91. Please let me know when I can access it.
Thank you!
Hello Alvaro,
Done. Just make sure after you run the initial npm install to lock ui-learnplus-bootstrap to v1.0.0 as it was left on #master by mistake.
So,
npm install gitlab:FrontendMatter/ui-learnplus-bootstrap#v1.0.0 --save
A nice little update is coming soon. Thanks for purchasing.
Hello,
I ran “npm install”. Then, “npm install gitlab:FrontendMatter/ui-learnplus-bootstrap#v1.0.0—save”. But when I run “npm run development” it gets stuck at 95% emitting:
cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js
95% emitting
How could I solve this?
It actually compiles when I set the js task to false in theme-mix.yaml file and after server is initiated it shows me multiple console errors due to the absence of js files. So I guess it would have to do with js configuration in webpack.
This is the original theme-mix.yaml file:
runTasks: clean: true js: true copy: true sass: true html: true enableCssThemes: false enableCssRTL: true copyCwd: node_modules copyDest: dist/assets/vendor copy: – jquery/dist/jquery.min.js – bootstrap/dist/js/bootstrap.min.* – popper.js/dist/umd/popper.min.* – dom-factory/dist/* – material-design-kit/dist/material-design-kit.* – bootstrap-touchspin/dist/jquery.bootstrap-touchspin.js – chart.js/dist/Chart.min.js – jquery.fancytree/dist/jquery.fancytree-all.min.js – fullcalendar/dist/fullcalendar.min.js – moment/min/moment.min.js – moment-range/dist/moment-range.min.js – flatpickr/dist/flatpickr.min.{js,css}: dist/assets/vendor/flatpickr – flatpickr/dist/themes/airbnb.css: dist/assets/vendor/flatpickr – jquery-mask-plugin/dist/jquery.mask.min.js – quill/dist/quill.min.js – nestable/jquery.nestable.js – perfect-scrollbar/css/* – perfect-scrollbar/dist/.min.js – sweetalert/dist/sweetalert.min.js – jvectormap/jquery.jvectormap.min.js – jvectormap/jquery-jvectormap.css – nouislider/distribute/nouislider.min.js – nouislider/distribute/nouislider.min.css – easy-countdown/dest/jquery.countdown.min.js – dropzone/dist/min/dropzone.min.js – dropzone/dist/min/dropzone.min.css – material-design-icons-iconfont/dist/fonts/.{eot,ttf,woff,woff2}: dist/assets/fonts/material-icons – ’@fortawesome/fontawesome-free/webfonts/’: dist/assets/fonts/fontawesome-free – vue-icons-demo-app/dist/assets/data/material-icons: dist/assets/data/material-icons – dragula/dist/dragula.min.{js,css}: dist/assets/vendor/dragula – highlight.js/styles/vs2015.css: dist/assets/vendor/highlight.js – list.js/dist/list.min.js – js-cookie/src/js.cookie.js – vue/dist/vue.min.js clean: – dist//.html – dist/assets/{css,fonts,js,vendor} sassSrc: src/sass//*.scss cssDest: dist/assets/css jsSrc: src/js//.js jsDest: dist/assets/js htmlDest: dist/path.html htmllint: false laravelMixOptions: processCssUrls: false browserSync: server: index: student-dashboard.html
By the way, my OS is Windows 10.
Another interesting fact is that when I delete every js file in the “src/js” folder it compiles successfully. I suspect that hljs.js inside “src/js/scripts” folder might be causing this issue. I hope it can be solved as soon as possible.
If you only remove hljs it compiles?
Let me try. I will get back to you soon.
I removed hljs and it still gets stuck. I found it suspicious because of its import paths.
I am seeing this in the theme-mix.yml file:
- highlight.js/styles/vs2015.css: dist/assets/vendor/highlight.js
Is this wrong? The library is called highlight.js but I think in this case “highlight.js” is the name of the folder and it could be mistaken for a js file. Does it make any sense?
Right. Yes, it’s a folder name. Try to remove that line from theme-mix.yaml and see if that’s the cause but I doubt it. Unfortunately, I’m using a mac so I’m not sure how to replicate the issue. Just works for me, so for the moment, until I get a Windows environment we’ll just have to go back and forth with ideas for you to try.
Unfortunately there can be many causes for that 95%. Some people experiencing this on Windows said they solved it by adding this to webpack.mix.js:
mix.setPublicPath('dist')
You should try it.
Also you should try removing node_modules and package-lock.json and try a fresh npm install. Just to cover the basics. Npm might fail sometimes for no good reason.
I will give it a try.
It finally compiles successfully. Although now it creates another dist folder inside the dist folder, thus causing some issues when serving static files. I guess I should rename paths now.
mix.setPublicPath('.')
It works like a breeze! Thank you!
You’re welcome! Glad we could solve it. I should probably add these to a Troubleshooting section in the Documentation.
Edit – actually I’ll test the mix option on the Mac as well and update the item.
hello error to install the terminal mac:
iMacdevinicius:learnplus-v3.1.1 viniciuscechella$ npm install
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/laravel-mix/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/laravel-mix/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> fsevents@1.1.3 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents > node install
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.13.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.13.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) No receipt for ‘com.apple.pkg.CLTools_Executables’ found at ’/’. No receipt for ‘com.apple.pkg.CLTools_Executables’ found at ’/’.
No receipt for ‘com.apple.pkg.DeveloperToolsCLILeo’ found at ’/’. No receipt for ‘com.apple.pkg.DeveloperToolsCLILeo’ found at ’/’.
No receipt for ‘com.apple.pkg.DeveloperToolsCLI’ found at ’/’. No receipt for ‘com.apple.pkg.DeveloperToolsCLI’ found at ’/’.
gyp: No Xcode or CLT version detected! gyp: No Xcode or CLT version detected! gypgyp ERR configure errorconfigure error
gypgyp ERR stackstack Error: `gyp` failed with exit code: 1
Error: `gyp` failed with exit code: 1
gypgyp ERR stackstack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gypgyp ERR stackstack at ChildProcess.emit (events.js:182:13)
at ChildProcess.emit (events.js:182:13)
gypgyp ERR! ERR! stackstack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! gypSystem Darwin 18.2.0
ERR! System Darwin 18.2.0
gyp ERR! command ”/usr/local/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “configure” “-fallback-to-build” “-module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” “-module_name=fse” “-module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64”
gyp gypERR! ERR!command ”/usr/local/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “configure” “-fallback-to-build” “-module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” “-module_name=fse” “-module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64”
cwd /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents
gypgyp ERR node -vcwd v10.13.0
/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents
gypgyp ERR node -vnode-gyp -v v10.13.0
v3.8.0
gypgyp ERR node-gyp -vnot ok v3.8.0
gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute ’/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure—fallback-to-build—module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node—module_name=fse—module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64’ (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:962:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5) node-pre-gyp ERR! System Darwin 18.2.0 node-pre-gyp ERR! command ”/usr/local/bin/node” ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp” “install” “—fallback-to-build” node-pre-gyp ERR! cwd /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents node-pre-gyp ERR! node -v v10.13.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.39 node-pre-gyp ERR! not ok Failed to execute ’/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure—fallback-to-build—module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node—module_name=fse—module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64’ (1)
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/nunjucks/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/nunjucks/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/watchpack/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/watchpack/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/webpack-dev-server/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/webpack-dev-server/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> node-sass@4.9.3 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/node-sass > node scripts/install.js
Cached binary found at /Users/viniciuscechella/.npm/node-sass/4.9.3/darwin-x64-64_binding.node
> uglifyjs-webpack-plugin@0.4.6 postinstall /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/webpack/node_modules/uglifyjs-webpack-plugin > node lib/post_install.js
> nunjucks@3.1.3 postinstall /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/nunjucks > node postinstall-build.js src
> node-sass@4.9.3 postinstall /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/node-sass > node scripts/build.js
Binary found at /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/node-sass/vendor/darwin-x64-64/binding.node Testing binary Binary is fine npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 install: `node install` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
added 2171 packages from 882 contributors and audited 13080 packages in 27.339s found 326 vulnerabilities (238 low, 46 moderate, 40 high, 2 critical) run `npm audit fix` to fix them, or `npm audit` for details iMacdevinicius:learnplus-v3.1.1 viniciuscechella$
looks like a npm issue, maybe try to remove ./node_modules folder and do a fresh npm install see if that fixes the errors. Let me know
I removed the folder ./node_modules folder and did a new installation of npm. plus reinstalled the folder again the error occurred. look :
iMacdevinicius:learnplus-v3.1.1 viniciuscechella$ npm install
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/laravel-mix/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/laravel-mix/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> fsevents@1.1.3 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents > node install
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.13.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.13.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) No receipt for ‘com.apple.pkg.CLTools_Executables’ found at ’/’. No receipt for ‘com.apple.pkg.CLTools_Executables’ found at ’/’.
No receipt for ‘com.apple.pkg.DeveloperToolsCLILeo’ found at ’/’. No receipt for ‘com.apple.pkg.DeveloperToolsCLILeo’ found at ’/’.
No receipt for ‘com.apple.pkg.DeveloperToolsCLI’ found at ’/’. No receipt for ‘com.apple.pkg.DeveloperToolsCLI’ found at ’/’.
gyp: No Xcode or CLT version detected!
gyp: No Xcode or CLT version detected!
gypgyp ERR! ERR! configure error
configure error
gypgyp ERR! ERR!stack Error: `gyp` failed with exit code: 1
stackgyp Error: `gyp` failed with exit code: 1
gypERR! ERR!stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
stackgyp at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gypERR! stackERR! at ChildProcess.emit (events.js:182:13)
gypstack at ChildProcess.emit (events.js:182:13)
ERR!gyp stackERR! at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR!gyp System Darwin 18.2.0
ERR! System Darwin 18.2.0
gyp gyp ERR commandcommand ”/usr/local/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “configure” “-fallback-to-build” “-module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” “-module_name=fse” “-module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64”
”/usr/local/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “configure” “-fallback-to-build” “-module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” “-module_name=fse” “-module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64”
gypgyp ERR cwd /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents
cwd /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents
gyp gypERR! ERR!node -v v10.13.0
node -v v10.13.0
gyp ERR! gypnode-gyp -v v3.8.0
gyp ERR! ERR! node-gyp -vnot ok v3.8.0
gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute ’/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure—fallback-to-build—module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node—module_name=fse—module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64’ (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:962:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5) node-pre-gyp ERR! System Darwin 18.2.0 node-pre-gyp ERR! command ”/usr/local/bin/node” ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp” “install” “—fallback-to-build” node-pre-gyp ERR! cwd /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents node-pre-gyp ERR! node -v v10.13.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.39 node-pre-gyp ERR! not ok Failed to execute ’/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure—fallback-to-build—module=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node—module_name=fse—module_path=/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64’ (1)
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/watchpack/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/watchpack/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/webpack-dev-server/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/webpack-dev-server/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> node-sass@4.9.3 install /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/node-sass > node scripts/install.js
Cached binary found at /Users/viniciuscechella/.npm/node-sass/4.9.3/darwin-x64-64_binding.node
> uglifyjs-webpack-plugin@0.4.6 postinstall /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/webpack/node_modules/uglifyjs-webpack-plugin > node lib/post_install.js
> node-sass@4.9.3 postinstall /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/node-sass > node scripts/build.js
Binary found at /Users/viniciuscechella/Sites/learnplus-v3.1.1/node_modules/node-sass/vendor/darwin-x64-64/binding.node Testing binary Binary is fine npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 install: `node install` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
added 2063 packages from 879 contributors and audited 11817 packages in 24.786s found 320 vulnerabilities (232 low, 46 moderate, 40 high, 2 critical) run `npm audit fix` to fix them, or `npm audit` for details iMacdevinicius:learnplus-v3.1.1 viniciuscechella$
I installed an update learnplus-v4.0.0 and the error persists looks: iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm install The authenticity of host ‘gitlab.com (35.231.145.151)’ can’t be established. ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw. Are you sure you want to continue connecting (yes/no)? ⸨ ░░░░░░⸩ ⠼ ex⸨ ░░░░░░⸩ ⠼ extract:resolve-url-loader: sill extract arr-union@3.1.0 npm ERR! Error while executing: npm ERR! /usr/local/bin/git ls-remote -h -t ssh://git@gitlab.com/FrontendMatter/ui-learnplus-bootstrap.git npm ERR! npm ERR! Host key verification failed. npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! /Users/viniciuscechella/.npm/_logs/2018-11-24T17_37_59_917Z-debug.log iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
Thats a different error with v4.0.0.
It sais you don’t have permission to install that package.
You need to create an account on gitlab.com and then let me know your username so I can give you access to that package.
Sorry for the extra step. An automated tool for accesing our private packages is on the way.
Thanks.
username : cechella1010 password: RAce101313* https://gitlab.com/users/sign_in thanks
PLEASE DON’T GIVE YOUR PASAWORD HERE. Please change your password. I’m on mobile now, but I’ll give you access as soon as I get to a computer and I’ll let you know when you can try again. Thanks
after the installation works, I change the password
I’ll wait for you to tell me to try again.
I changed the password do you need it?
I changed the password do you need it?
Good! I just need the username. Will get back to you. Thanks
You should have access now. Follow the instructions here to generate a ssh key and add it to your gitlab account, and then try npm install.
https://docs.gitlab.com/ee/ssh/Let me know if you need further assistance. Thanks.
hello i generated a ssh key and try nem install look :iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm install The authenticity of host ‘gitlab.com (35.231.145.151)’ can’t be established. ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw. ⸨ ░░░░░░⸩ ⠼ extract:resolve-url-loader: sill extract arr-union@3.1.0 npm ERR! Error while executing: npm ERR! /usr/local/bin/git ls-remote -h -t ssh://git@gitlab.com/FrontendMatter/ui-learnplus-bootstrap.git npm ERR! npm ERR! Host key verification failed. npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! /Users/viniciuscechella/.npm/_logs/2018-11-26T12_30_48_504Z-debug.log iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
Can you see my key?
i create the key look:iMacdevinicius:~ viniciuscechella$ ssh-keygen -o -t rsa -b 4096 -C “vcechella@gmail.com” Generating public/private rsa key pair. Enter file in which to save the key (/Users/viniciuscechella/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /Users/viniciuscechella/.ssh/id_rsa. Your public key has been saved in /Users/viniciuscechella/.ssh/id_rsa.pub. The key fingerprint is: SHA256:xpmS8SMx20cj5P++AGeiqkjwUetVByKLzscp3X1IyRY vcechella@gmail.com
did you add the key to gitlab?
yes.
look to me please?
the key add to gitlab ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOeOkWf+BAvWOCe3qdEY4Ea8aM5yU9pR8fWa4pKxjUaC vcechella@gmail.com
SSH Key Title: vcechella@gmail.com Created on: Nov 26, 2018 1:18pm Last used on: N/A
try this:
remove ~/.ssh/known_hosts
and then try again
i remove this file known_hosts and npm install and look : iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm install The authenticity of host ‘gitlab.com (35.231.145.151)’ can’t be established. ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw. ⸨ ░░░░░░⸩ ⠼ extract:resolve-url-loader: sill extract arr-union@3.1.0 ⸨ ░░░░░░⸩ ⠴ extract: sill extract arr-union@3.1.0 npm ERR! Error while executing: npm ERR! /usr/local/bin/git ls-remote -h -t ssh://git@gitlab.com/FrontendMatter/ui-learnplus-bootstrap.git npm ERR! npm ERR! Host key verification failed. npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! /Users/viniciuscechella/.npm/_logs/2018-11-26T14_31_46_784Z-debug.log
do you can help me ?
try
ssh -T git@gitlab.com
iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ ssh -T git@gitlab.com The authenticity of host ‘gitlab.com (35.231.145.151)’ can’t be established. ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw. Are you sure you want to continue connecting (yes/no)? Host key verification failed. iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
ssh -vvvT git@gitlab.com
iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ ssh -vvvT git@gitlab.com OpenSSH_7.8p1, LibreSSL 2.7.3 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 48: Applying options for * debug1: Connecting to gitlab.com port 22. debug1: Connection established. debug1: identity file /Users/viniciuscechella/.ssh/id_rsa type 0 debug1: identity file /Users/viniciuscechella/.ssh/id_rsa-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_dsa type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_dsa-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_ecdsa type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_ecdsa-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_ed25519 type 3 debug1: identity file /Users/viniciuscechella/.ssh/id_ed25519-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_xmss type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.6 debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.6 pat OpenSSH_7.0,OpenSSH_7.1,OpenSSH_7.2,OpenSSH_7.3,OpenSSH_7.4,OpenSSH_7.5,OpenSSH_7.6,OpenSSH_7.7 compat 0×04000002 debug3: fd 5 is O_NONBLOCK debug1: Authenticating to gitlab.com:22 as ‘git’ debug3: send packet: type 20 debug1: SSH2_MSG_KEXINIT sent debug3: receive packet: type 20 debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: compression ctos: none,zlib@openssh.com,zlib debug2: compression stoc: none,zlib@openssh.com,zlib debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256@libssh.org debug1: kex: host key algorithm: ecdsa-sha2-nistp256 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug3: send packet: type 30 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug3: receive packet: type 31 debug1: Server host key: ecdsa-sha2-nistp256 SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw The authenticity of host ‘gitlab.com (35.231.145.151)’ can’t be established. ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw. Are you sure you want to continue connecting (yes/no)? Host key verification failed. iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
Did you type “yes” here? Are you sure you want to continue connecting (yes/no)?
i type enter
try again and type “yes” and then enter
Are you sure you want to continue connecting (yes/no)? i press enter
iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ ssh -vvvT git@gitlab.com OpenSSH_7.8p1, LibreSSL 2.7.3 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 48: Applying options for * debug1: Connecting to gitlab.com port 22. debug1: Connection established. debug1: identity file /Users/viniciuscechella/.ssh/id_rsa type 0 debug1: identity file /Users/viniciuscechella/.ssh/id_rsa-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_dsa type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_dsa-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_ecdsa type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_ecdsa-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_ed25519 type 3 debug1: identity file /Users/viniciuscechella/.ssh/id_ed25519-cert type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_xmss type -1 debug1: identity file /Users/viniciuscechella/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.6 debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.6 pat OpenSSH_7.0,OpenSSH_7.1,OpenSSH_7.2,OpenSSH_7.3,OpenSSH_7.4,OpenSSH_7.5,OpenSSH_7.6,OpenSSH_7.7 compat 0×04000002 debug3: fd 5 is O_NONBLOCK debug1: Authenticating to gitlab.com:22 as ‘git’ debug3: send packet: type 20 debug1: SSH2_MSG_KEXINIT sent debug3: receive packet: type 20 debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: compression ctos: none,zlib@openssh.com,zlib debug2: compression stoc: none,zlib@openssh.com,zlib debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256@libssh.org debug1: kex: host key algorithm: ecdsa-sha2-nistp256 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug3: send packet: type 30 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug3: receive packet: type 31 debug1: Server host key: ecdsa-sha2-nistp256 SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw The authenticity of host ‘gitlab.com (35.231.145.151)’ can’t be established. ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1×8xdGUrliXFzSnUw. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ‘gitlab.com,35.231.145.151’ (ECDSA) to the list of known hosts. debug3: send packet: type 21 debug2: set_newkeys: mode 1 debug1: rekey after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug3: receive packet: type 21 debug1: SSH2_MSG_NEWKEYS received debug2: set_newkeys: mode 0 debug1: rekey after 134217728 blocks debug2: key: /Users/viniciuscechella/.ssh/id_rsa (0×7f7f26f06180) debug2: key: /Users/viniciuscechella/.ssh/id_dsa (0×0) debug2: key: /Users/viniciuscechella/.ssh/id_ecdsa (0×0) debug2: key: /Users/viniciuscechella/.ssh/id_ed25519 (0×7f7f26f062c0) debug2: key: /Users/viniciuscechella/.ssh/id_xmss (0×0) debug3: send packet: type 5 debug3: receive packet: type 7 debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512> debug3: receive packet: type 6 debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug3: send packet: type 50 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey debug3: start over, passed a different list publickey debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Offering public key: RSA SHA256:xpmS8SMx20cj5P++AGeiqkjwUetVByKLzscp3X1IyRY /Users/viniciuscechella/.ssh/id_rsa debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 debug1: Authentications that can continue: publickey debug1: Trying private key: /Users/viniciuscechella/.ssh/id_dsa debug3: no such identity: /Users/viniciuscechella/.ssh/id_dsa: No such file or directory debug1: Trying private key: /Users/viniciuscechella/.ssh/id_ecdsa debug3: no such identity: /Users/viniciuscechella/.ssh/id_ecdsa: No such file or directory debug1: Offering public key: ED25519 SHA256:4V5OwM/ITctlPhzgI76iw67ClVDyYUqFbcUhm2xiwD0 /Users/viniciuscechella/.ssh/id_ed25519 debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 60 debug1: Server accepts key: pkalg ssh-ed25519 blen 51 debug2: input_userauth_pk_ok: fp SHA256:4V5OwM/ITctlPhzgI76iw67ClVDyYUqFbcUhm2xiwD0 debug3: sign_and_send_pubkey: ED25519 SHA256:4V5OwM/ITctlPhzgI76iw67ClVDyYUqFbcUhm2xiwD0 debug3: sign_and_send_pubkey: signing using ssh-ed25519 debug3: send packet: type 50 debug3: receive packet: type 52 debug1: Authentication succeeded (publickey). Authenticated to gitlab.com ([35.231.145.151]:22). debug1: channel 0: new [client-session] debug3: ssh_session2_open: channel_new: 0 debug2: channel 0: send open debug3: send packet: type 90 debug1: Requesting no-more-sessions@openssh.com debug3: send packet: type 80 debug1: Entering interactive session. debug1: pledge: network debug3: receive packet: type 80 debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug3: receive packet: type 4 debug1: Remote: Forced command. debug3: receive packet: type 4 debug1: Remote: Port forwarding disabled. debug3: receive packet: type 4 debug1: Remote: X11 forwarding disabled. debug3: receive packet: type 4 debug1: Remote: Agent forwarding disabled. debug3: receive packet: type 4 debug1: Remote: PTY allocation disabled. debug3: receive packet: type 4 debug1: Remote: Forced command. debug3: receive packet: type 4 debug1: Remote: Port forwarding disabled. debug3: receive packet: type 4 debug1: Remote: X11 forwarding disabled. debug3: receive packet: type 4 debug1: Remote: Agent forwarding disabled. debug3: receive packet: type 4 debug1: Remote: PTY allocation disabled. debug3: receive packet: type 91 debug2: channel_input_open_confirmation: channel 0: callback start debug2: fd 5 setting TCP_NODELAY debug3: ssh_packet_set_tos: set IP_TOS 0×20 debug2: client_session2_setup: id 0 debug1: Sending environment. debug3: Ignored env TERM_PROGRAM debug3: Ignored env SHELL debug3: Ignored env TERM debug3: Ignored env TMPDIR debug3: Ignored env Apple_PubSub_Socket_Render debug3: Ignored env TERM_PROGRAM_VERSION debug3: Ignored env TERM_SESSION_ID debug3: Ignored env USER debug3: Ignored env SSH_AUTH_SOCK debug3: Ignored env PATH debug3: Ignored env PWD debug1: Sending env LANG = pt_BR.UTF-8 debug2: channel 0: request env confirm 0 debug3: send packet: type 98 debug3: Ignored env XPC_FLAGS debug3: Ignored env XPC_SERVICE_NAME debug3: Ignored env SHLVL debug3: Ignored env HOME debug3: Ignored env LOGNAME debug3: Ignored env DISPLAY debug3: Ignored env _ debug3: Ignored env OLDPWD debug3: Ignored env __CF_USER_TEXT_ENCODING debug2: channel 0: request shell confirm 1 debug3: send packet: type 98 debug2: channel_input_open_confirmation: channel 0: callback done debug2: channel 0: open confirm rwindow 0 rmax 32768 debug2: channel 0: rcvd adjust 2097152 debug3: receive packet: type 99 debug2: channel_input_status_confirm: type 99 id 0 debug2: shell request accepted on channel 0 Welcome to GitLab, @cechella1010! debug3: receive packet: type 98 debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug3: receive packet: type 98 debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0 debug2: channel 0: rcvd eow debug2: channel 0: close_read debug2: channel 0: input open -> closed debug3: receive packet: type 96 debug2: channel 0: rcvd eof debug2: channel 0: output open -> drain debug2: channel 0: obuf empty debug2: channel 0: close_write debug2: channel 0: output drain -> closed debug3: receive packet: type 97 debug2: channel 0: rcvd close debug3: channel 0: will not send data after close debug2: channel 0: almost dead debug2: channel 0: gc: notify user debug2: channel 0: gc: user detached debug2: channel 0: send close debug3: send packet: type 97 debug2: channel 0: is dead debug2: channel 0: garbage collecting debug1: channel 0: free: client-session, nchannels 1 debug3: channel 0: status: The following connections are open: #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)
debug3: send packet: type 1 debug3: fd 1 is not O_NONBLOCK Transferred: sent 2692, received 3100 bytes, in 0.4 seconds Bytes per second: sent 6613.3, received 7615.7 debug1: Exit status 0 iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
look
good. try npm install
iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm install
> fsevents@1.2.4 install /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/fsevents > node install
[fsevents] Success: ”/Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node” already installed Pass—update-binary to reinstall or—build-from-source to recompile
> node-sass@4.9.4 install /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/node-sass > node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.4/darwin-x64-64_binding.node Download complete ⸩ ⠋ : Binary saved to /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/node-sass/vendor/darwin-x64-64/binding.node Caching binary to /Users/viniciuscechella/.npm/node-sass/4.9.4/darwin-x64-64_binding.node
> uglifyjs-webpack-plugin@0.4.6 postinstall /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/webpack/node_modules/uglifyjs-webpack-plugin > node lib/post_install.js
> nunjucks@3.1.3 postinstall /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/nunjucks > node postinstall-build.js src
> node-sass@4.9.4 postinstall /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/node-sass > node scripts/build.js
Binary found at /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/node-sass/vendor/darwin-x64-64/binding.node Testing binary Binary is fine added 1850 packages from 1229 contributors and audited 14913 packages in 33.987s found 204 vulnerabilities (201 low, 3 high) run `npm audit fix` to fix them, or `npm audit` for details iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
good, it worked
did it work? it is right ? what do I do now?
Yes.
Well, what are you trying to do?
You could build the template with:
npm run development
and then see the files i.e. dist/index.html
or you could build and watch for changes and start a webserver with
npm run watch
See here http://learnplus.frontendmatter.com/documentation.html#build
iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm run development
> learnplus@4.0.0 development /Users/viniciuscechella/Sites/learnplus-v4.0.0 > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js
95% emitting
ERROR Failed to compile with 104 errors 16:59:59
These dependencies were not found:
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/instructor-account-edit.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-course-edit.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-account-edit.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-courses.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-earnings.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-forum-thread.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-forum.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-invoice.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-profile.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-messages.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-quizzes.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-statement.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html
- /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/fixed-instructor-lesson-add.html in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed
I don’t get it .. did you modify anything from the package?
4.0.0/src/html/pages/instructor-quizzes.html /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/instructor-quiz-edit.html /Users/viniciuscechella/Sites/learnplus-v4.0.0/src/html/pages/instructor-profile.html Asset Size Chunks Chunk Names /dist/assets/vendor/bootstrap.min.js.map 176 kB [emitted] /dist/assets/js/hljs.js 2.69 MB 0 [emitted] [big] /dist/assets/js/hljs /dist/assets/js/charts.js 157 kB 2 [emitted] /dist/assets/js/charts /dist/assets/js/app-settings.js 163 kB 3 [emitted] /dist/assets/js/app-settings /dist/assets/js/dropdown-dismissable.js 46.8 kB 4 [emitted] /dist/assets/js/dropdown-dismissable /dist/assets/js/app.js 14.9 kB 5 [emitted] /dist/assets/js/app /dist/assets/js/vector-maps.js 61.6 kB 6 [emitted] /dist/assets/js/vector-maps /dist/assets/js/toggle-check-all.js 11.2 kB 7 [emitted] /dist/assets/js/toggle-check-all /dist/assets/js/settings.js 10.5 kB 8 [emitted] /dist/assets/js/settings /dist/assets/js/check-selected-row.js 7.56 kB 9 [emitted] /dist/assets/js/check-selected-row /dist/assets/js/touchspin.js 7.27 kB 10 [emitted] /dist/assets/js/touchspin /dist/assets/js/sweetalert.js 11.4 kB 11 [emitted] /dist/assets/js/sweetalert /dist/assets/js/slider.js 8.13 kB 12 [emitted] /dist/assets/js/slider /dist/assets/js/quill.js 10.5 kB 13 [emitted] /dist/assets/js/quill /dist/assets/js/nestable.js 8.34 kB 14 [emitted] /dist/assets/js/nestable /dist/assets/js/map.js 74.2 kB 15 [emitted] /dist/assets/js/map /dist/assets/js/map-single-marker.js 20.7 kB 16 [emitted] /dist/assets/js/map-single-marker /dist/assets/js/list.js 8.44 kB 17 [emitted] /dist/assets/js/list /dist/assets/js/fullcalendar.js 22.8 kB 18 [emitted] /dist/assets/js/fullcalendar /dist/assets/js/flatpickr.js 11.9 kB 19 [emitted] /dist/assets/js/flatpickr /dist/assets/js/fancytree.js 13.1 kB 20 [emitted] /dist/assets/js/fancytree /dist/assets/js/countdown.js 10.6 kB 21 [emitted] /dist/assets/js/countdown /dist/assets/js/ui-drag.js 8.88 kB 22 [emitted] /dist/assets/js/ui-drag /dist/assets/js/chartjs-rounded-bar.js 19.2 kB 23 [emitted] /dist/assets/js/chartjs-rounded-bar mix.js 23.5 kB 24 [emitted] mix dist/assets/css/app.css 3.4 MB 1 [emitted] [big] /dist/assets/js/app-icons dist/assets/css/settings.css 127 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/bootstrap-touchspin.css 3.21 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/dropzone.css 7.95 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/fancytree.css 11.7 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/fontawesome.css 426 kB 1 [emitted] [big] /dist/assets/js/app-icons dist/assets/css/fullcalendar.css 127 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/jvectormap.css 2.58 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/material-icons.css 5.3 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/nestable.css 65.8 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/nouislider.css 9.36 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/quill.css 132 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/sweetalert.css 50.3 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/app.rtl.css 3.4 MB 1 [emitted] [big] /dist/assets/js/app-icons dist/assets/css/settings.rtl.css 127 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/bootstrap-touchspin.rtl.css 3.21 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/dropzone.rtl.css 7.96 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/fancytree.rtl.css 11.7 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/fontawesome.rtl.css 426 kB 1 [emitted] [big] /dist/assets/js/app-icons dist/assets/css/fullcalendar.rtl.css 128 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/jvectormap.rtl.css 2.58 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/material-icons.rtl.css 5.3 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/nestable.rtl.css 65.8 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/nouislider.rtl.css 9.36 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/quill.rtl.css 132 kB 1 [emitted] /dist/assets/js/app-icons dist/assets/css/sweetalert.rtl.css 50.3 kB 1 [emitted] /dist/assets/js/app-icons /dist/assets/vendor/jquery.min.js 86.9 kB [emitted] /dist/assets/vendor/bootstrap.min.js 51 kB [emitted] /dist/assets/js/app-icons.js 1.94 MB 1 [emitted] [big] /dist/assets/js/app-icons /dist/assets/vendor/popper.min.js 20.6 kB [emitted] /dist/assets/vendor/popper.min.js.map 119 kB [emitted] /dist/assets/vendor/dom-factory.js 42.2 kB [emitted] /dist/assets/vendor/material-design-kit.css 7.12 kB [emitted] /dist/assets/vendor/material-design-kit.js 73.4 kB [emitted] /dist/assets/vendor/jquery.bootstrap-touchspin.js 19.8 kB [emitted] /dist/assets/vendor/Chart.min.js 159 kB [emitted] /dist/assets/vendor/jquery.fancytree-all.min.js 119 kB [emitted] /dist/assets/vendor/fullcalendar.min.js 120 kB [emitted] /dist/assets/vendor/moment.min.js 51.7 kB [emitted] /dist/assets/vendor/moment-range.min.js 2.62 kB [emitted] /dist/assets/vendor/flatpickr/flatpickr.min.css 14.8 kB [emitted] /dist/assets/vendor/flatpickr/flatpickr.min.js 45.2 kB [emitted] /dist/assets/vendor/flatpickr/airbnb.css 19.7 kB [emitted] /dist/assets/vendor/jquery.mask.min.js 8.19 kB [emitted] /dist/assets/vendor/quill.min.js 215 kB [emitted] /dist/assets/vendor/jquery.nestable.js 17.6 kB [emitted] /dist/assets/vendor/perfect-scrollbar.css 2.6 kB [emitted] /dist/assets/vendor/perfect-scrollbar.min.js 18.3 kB [emitted] /dist/assets/vendor/sweetalert.min.js 17 kB [emitted] /dist/assets/vendor/jquery.jvectormap.min.js 57.1 kB [emitted] /dist/assets/vendor/jquery-jvectormap.css 6.63 kB [emitted] /dist/assets/vendor/nouislider.min.js 18.3 kB [emitted] /dist/assets/vendor/nouislider.min.css 3.56 kB [emitted] /dist/assets/vendor/jquery.countdown.min.js 3.64 kB [emitted] /dist/assets/vendor/dropzone.min.js 43 kB [emitted] /dist/assets/vendor/dropzone.min.css 9.72 kB [emitted] /dist/assets/fonts/material-icons/MaterialIcons-Regular.eot 62.4 kB [emitted] /dist/assets/fonts/material-icons/MaterialIcons-Regular.ttf 162 kB [emitted] /dist/assets/fonts/material-icons/MaterialIcons-Regular.woff 72.3 kB [emitted] /dist/assets/fonts/material-icons/MaterialIcons-Regular.woff2 55.1 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-brands-400.eot 126 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-brands-400.svg 714 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-brands-400.ttf 126 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-brands-400.woff 81.6 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-brands-400.woff2 69.6 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-regular-400.eot 40.5 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-regular-400.svg 140 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-regular-400.ttf 40.2 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-regular-400.woff 18.1 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-regular-400.woff2 14.8 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.eot 197 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.svg 747 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.ttf 197 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.woff 95.4 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.woff2 73.9 kB [emitted] /dist/assets/vendor/dragula/dragula.min.css 466 bytes [emitted] /dist/assets/vendor/dragula/dragula.min.js 11.4 kB [emitted] /dist/assets/vendor/highlight.js 1.43 kB [emitted] /dist/assets/vendor/list.min.js 18.1 kB [emitted] /dist/assets/vendor/js.cookie.js 3.89 kB [emitted] /dist/assets/vendor/vue.min.js 86.5 kB [emitted]
ERROR in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/
ERROR in multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html Module not found: Error: Can’t resolve ‘nunjucks-html-loader’ in ’/Users/viniciuscechella/Sites/learnplus-v4.0.0’ @ multi ./src/html/pages/fixed-instructor-account-edit.html ./src/html/pages/fixed-instructor-course-edit.html ./src/html/pages/fixed-instructor-courses.html ./src/html/pages/fixed-instructor-dashboard.html ./src/html/pages/fixed-instructor-earnings.html ./src/html/pages/fixed-instructor-forum-thread.html ./src/html/pages/fixed-instructor-forum.html ./src/html/pages/fixed-instructor-invoice.html ./src/html/pages/fixed-instructor-lesson-add.html ./src/html/pages/fixed-instructor-messages.html ./src/html/pages/fixed-instructor-profile.html ./src/html/pages/fixed-instructor-quiz-edit.html ./src/html/pages/fixed-instructor-quizzes.html ./src/html/pages/fixed-instructor-review-quiz.html ./src/html/pages/fixed-instructor-statement.html ./src/html/pages/fixed-student-account-edit.html ./src/html/pages/fixed-student-billing.html ./src/html/pages/fixed-student-browse-courses.html ./src/html/pages/fixed-student-cart.html ./src/html/pages/fixed-student-dashboard.html ./src/html/pages/fixed-student-forum-thread.html ./src/html/pages/fixed-student-forum.html ./src/html/pages/fixed-student-help-center.html ./src/html/pages/fixed-student-invoice.html ./src/html/pages/fixed-student-messages.html ./src/html/pages/fixed-student-my-courses.html ./src/html/pages/fixed-student-pay.html ./src/html/pages/fixed-student-profile.html ./src/html/pages/fixed-student-quiz-results.html ./src/html/pages/fixed-student-take-course.html ./src/html/pages/fixed-student-take-quiz.html ./src/html/pages/fixed-student-view-course.html ./src/html/pages/fixed-ui-alerts.html ./src/html/pages/fixed-ui-avatars.html ./src/html/pages/fixed-ui-badges.html ./src/html/pages/fixed-ui-buttons.html ./src/html/pages/fixed-ui-calendar.html ./src/html/pages/fixed-ui-cards.html ./src/html/pages/fixed-ui-charts.html ./src/html/pages/fixed-ui-drag.html ./src/html/pages/fixed-ui-forms.html ./src/html/pages/fixed-ui-icons.html ./src/html/pages/fixed-ui-loaders.html ./src/html/pages/fixed-ui-maps-vector.html ./src/html/pages/fixed-ui-nestable.html ./src/html/pages/fixed-ui-progress.html ./src/html/pages/fixed-ui-sweet-alert.html ./src/html/pages/fixed-ui-tables.html ./src/html/pages/fixed-ui-tabs.html ./src/html/pages/fixed-ui-tree.html ./src/html/pages/guest-login.html ./src/html/pages/guest-signup.html ./src/html/pages/instructor-account-edit.html ./src/html/pages/instructor-course-edit.html ./src/html/pages/instructor-courses.html ./src/html/pages/instructor-dashboard.html ./src/html/pages/instructor-earnings.html ./src/html/pages/instructor-forum-thread.html ./src/html/pages/instructor-forum.html ./src/html/pages/instructor-help-center.html ./src/html/pages/instructor-invoice.html ./src/html/pages/instructor-lesson-add.html ./src/html/pages/instructor-messages.html ./src/html/pages/instructor-profile.html ./src/html/pages/instructor-quiz-edit.html ./src/html/pages/instructor-quizzes.html ./src/html/pages/instructor-review-quiz.html ./src/html/pages/instructor-statement.html ./src/html/pages/student-account-edit.html ./src/html/pages/student-billing.html ./src/html/pages/student-blog-post.html ./src/html/pages/student-browse-courses.html ./src/html/pages/student-cart.html ./src/html/pages/student-dashboard.html ./src/html/pages/student-forum-thread.html ./src/html/pages/student-forum.html ./src/html/pages/student-help-center.html ./src/html/pages/student-invoice.html ./src/html/pages/student-messages.html ./src/html/pages/student-my-courses.html ./src/html/pages/student-pay.html ./src/html/pages/student-profile.html ./src/html/pages/student-quiz-results.html ./src/html/pages/student-take-course.html ./src/html/pages/student-take-quiz.html ./src/html/pages/student-view-course.html ./src/html/pages/ui-alerts.html ./src/html/pages/ui-avatars.html ./src/html/pages/ui-badges.html ./src/html/pages/ui-buttons.html ./src/html/pages/ui-calendar.html ./src/html/pages/ui-cards.html ./src/html/pages/ui-charts.html ./src/html/pages/ui-drag.html ./src/html/pages/ui-forms.html ./src/html/pages/ui-icons.html ./src/html/pages/ui-loaders.html ./src/html/pages/ui-maps-vector.html ./src/html/pages/ui-nestable.html ./src/html/pages/ui-progress.html ./src/html/pages/ui-sweet-alert.html ./src/html/pages/ui-tables.html ./src/html/pages/ui-tabs.html ./src/html/pages/ui-tree.html npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! learnplus@4.0.0 development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the learnplus@4.0.0 development script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /Users/viniciuscechella/.npm/_logs/2018-11-26T18_59_59_707Z-debug.log iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
run npm install again please
and then try npm run development again
FrontendMatter autor : don’t get it .. did you modify anything from the package? no only npm run development in the terminal.
_logs/2018-11-26T18_59_59_707Z-debug.log : 0 info it worked if it ends with ok 1 verbose cli [ ’/usr/local/bin/node’, 1 verbose cli ’/usr/local/bin/npm’, 1 verbose cli ‘run’, 1 verbose cli ‘development’ ] 2 info using npm@6.4.1 3 info using node@v10.13.0 4 verbose run-script [ ‘predevelopment’, ‘development’, ‘postdevelopment’ ] 5 info lifecycle learnplus@4.0.0predevelopment: learnplus@4.0.0 6 info lifecycle learnplus@4.0.0development: learnplus@4.0.0 7 verbose lifecycle learnplus@4.0.0development: unsafe-perm in lifecycle true 8 verbose lifecycle learnplus@4.0.0development: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin 9 verbose lifecycle learnplus@4.0.0development: CWD: /Users/viniciuscechella/Sites/learnplus-v4.0.0 10 silly lifecycle learnplus@4.0.0development: Args: [ ‘-c’, 10 silly lifecycle ‘cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js’ ] 11 silly lifecycle learnplus@4.0.0development: Returned: code: 2 signal: null 12 info lifecycle learnplus@4.0.0development: Failed to exec development script 13 verbose stack Error: learnplus@4.0.0 development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js` 13 verbose stack Exit status 2 13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16) 13 verbose stack at EventEmitter.emit (events.js:182:13) 13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:182:13) 13 verbose stack at maybeClose (internal/child_process.js:962:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5) 14 verbose pkgid learnplus@4.0.0 15 verbose cwd /Users/viniciuscechella/Sites/learnplus-v4.0.0 16 verbose Darwin 18.2.0 17 verbose argv ”/usr/local/bin/node” ”/usr/local/bin/npm” “run” “development” 18 verbose node v10.13.0 19 verbose npm v6.4.1 20 error code ELIFECYCLE 21 error errno 2 22 error learnplus@4.0.0 development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js` 22 error Exit status 2 23 error Failed at the learnplus@4.0.0 development script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 2, true ]
please run npm install again and then npm run development
[emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.eot 197 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.svg 747 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.ttf 197 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.woff 95.4 kB [emitted] /dist/assets/fonts/fontawesome-free/fa-solid-900.woff2 73.9 kB [emitted] /dist/assets/vendor/dragula/dragula.min.css 466 bytes [emitted] /dist/assets/vendor/dragula/dragula.min.js 11.4 kB [emitted] /dist/assets/vendor/highlight.js 1.43 kB [emitted] /dist/assets/vendor/list.min.js 18.1 kB [emitted] /dist/assets/vendor/js.cookie.js 3.89 kB [emitted] /dist/assets/vendor/vue.min.js 86.5 kB [emitted] iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
it is right now
build sucessfull
iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm install npm WARN deprecated postinstall-build@5.0.3: postinstall-build’s behavior is now built into npm! You should migrate off of postinstall-build and use the new `prepare` lifecycle script with npm 5.0.0 or greater.
> nunjucks@3.1.4 postinstall /Users/viniciuscechella/Sites/learnplus-v4.0.0/node_modules/nunjucks > node postinstall-build.js src
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN img-loader@3.0.1 requires a peer of imagemin@5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
updated 1 package, moved 1 package and audited 14913 packages in 9.967s found 204 vulnerabilities (201 low, 3 high) run `npm audit fix` to fix them, or `npm audit` for details iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm run development
> learnplus@4.0.0 development /Users/viniciuscechella/Sites/learnplus-v4.0.0 > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js
95% emitting l
DONE Compiled successfully in 14346ms 17:25:33
Good.
Now you could build and watch for changes and start a webserver with:
npm run watch
Glad I could help.
I’ll update the documentation to make it easier for others.
Please don’t forget to add a rating! Thanks 
Let me know if I can help with anything else.
Can I make the modifications now and see here? npm run watch
Yes,
Run npm run watch,
And then you can edit anything in src/sass, src/js and src/html and it will update.
thank you so much
You’re welcome!
Would appreciate if you take a moment and leave a rating. Thanks
If there’s anything else, let me know.
hello I created new pages in folder dist: student-take-course1.html, student-take-course2.html, student-take-course3.html, student-take-course4.html, student-take-course5html, student-take-course6. html to add the courses and why when Run npm watch. the new and modified files disappear. why?
Hi,
This is how it works:
1. Create your page in src/html/pages/student-my-page.html
---
title: My Page
slug: student-page
prefix: student-
---
{% extends "layouts/student/fluid.html" %}
2. Create a page content partial in src/html/partials/page.student-my-page.html
<div class="{{ containerClass }} page__container">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{ prefix or '' }}dashboard.html">Home</a></li>
<li class="breadcrumb-item active">My Page</li>
</ol>
<h1 class="h2">My page</h1>
</div>
3. Run npm run watch
4. You can find your final page in dist/student-my-page.html
NOTE: dist/ gets regenerated every time you run development, production or watch, except dist/assets/images.
hello : thanks . one question : where it generates the folder when I do this command npm run production?
Hello, I used the exit command on the terminal. How do I log in to npm? look at the error: iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm run whatch npm ERR! missing script: whatch npm ERR! npm ERR! Did you mean this? npm ERR! watch
npm ERR! A complete log of this run can be found in: npm ERR! /Users/viniciuscechella/.npm/_logs/2018-11-29T12_06_54_111Z-debug.log iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm run whatch npm ERR! missing script: whatch npm ERR! npm ERR! Did you mean this? npm ERR! watch
npm ERR! A complete log of this run can be found in: npm ERR! /Users/viniciuscechella/.npm/_logs/2018-11-29T12_08_50_195Z-debug.log iMacdevinicius:learnplus-v4.0.0 viniciuscechella$
when do npm run production where does it generate the folder to publish?
how do I post the project on my site? where I download all the files to the root folder of the public.html server
Hi,
Hello, I used the exit command on the terminal. How do I log in to npm? look at the error: iMacdevinicius:learnplus-v4.0.0 viniciuscechella$ npm run whatch npm ERR! missing script: whatch npm ERR! npm ERR! Did you mean this? npm ERR! watch
You had a typo there. You wrote npm run whatch instead of watch.
when do npm run production where does it generate the folder to publish?
When running production, development or watch, the files are generated in dist/ folder.
how do I post the project on my site? where I download all the files to the root folder of the public.html server
Not sure what you mean to do.
Thanks.
how do I post the project on my site? where I download all the files to the root folder of the public.html server Not sure what you mean to do. ( what files and folders do I copy and paste on the public.html cpanel server to publish on the internet? after doing npm run production I only send the folder dist / folder? )
yes, the content of dist folder
ok. thank you so much.
I can not to install can you help me?
See the reply to your other comment. Thanks
Still no update to stable bootstrap. I think it is time to update theme along with bootsrap to stable version
Indeed,
Glad to let you know the update was submited today and currently pending Envato approval.
It’s quite a major release so looking forward to hear your impressions. Thanks.
hi, can we customize this template according to our requirements?
Hi,
Sorry for the very late reply. Most definitely you can. LearnPlus Bootstrap is a premium Bootstrap theme for Learning Management Applications, so anything you can do with Bootstrap you can do with this theme. What are your specific requirements?
Thanks.
Is this application a wordpress theme or html script?
Sir please inform me on how to install this app on the web server. please inform whether this is a wordpress them or html script…
Hi. i have a problema with the resposive part of the template.
On my desktop browser everything is ok, even reducing the page width. But on mobile, the page remain full width, like on desktop.
What can be missed on the code?
if you want to see the develop page, is here: https://perdisco.locotek.it/
Hi. I’m on mobile now but sure, I’ll check later when I’m on a computer and get back to you.
Hi,
Sorry for the delay. Your page is missing:
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
perfect, it run. tnks
Hi – I’ve purchased this there last week and found that this theme is not working in IE11 but in the description you have specified that this theme is supported in IE11. I’ve started developed a product based on this there but customer is asking for IE11 support . Can you please help me to sort out this issue.
Hi ravindare,
Sorry for the delay. We’re currently looking into the issue and we should have an update sometimes next week. We’ll let you know as soon as the update is available for download.
Thank you for purchasing and for your patience while we’re fixing the issue.
Hi – Please let me know if you have any update on the IE11 support of the theme,
Hi, sure! The update should be ready in one or two days. Will let you know. Thanks
Hi,
Happy to let you know the update fixing IE11 was published just now and it’s pending review. You should get an email from Envato as soon as it’s available for download.
Let me know if you have any other issues. Thanks
Hi – Thanks for the Updated software and in IE 11 its working fine except 2 components … the search button in the top ribbon is not placed properly in IE 11 and previously there was a timer in the students quiz and now its not there, other than than everything working perfectly. Thanks for the timely help and i’m really appreciated your comeback. Still i’ve not tested the template in the mobile for the responsiveness , once done will provide feedback. Thanks!
Hi – I’ve purchased this there last week and found that this theme is not working in IE11 but in the description you have specified that this theme is supported in IE11. I’ve started developed a product based on this there but customer is asking for IE11 support . Can you please help me to sort out this issue.
Hi ravindare,
Sorry for the delay. We’re currently looking into the issue and we should have an update sometimes next week. We’ll let you know as soon as the update is available for download.
Thank you for purchasing and for your patience while we’re fixing the issue.
Hi – Last week , i have purchased this theme to develop an application . This theme is not working on Internet Explorer 11 version. You have specified 3 months support is there. Can you please latest version of theme to support IE 11
Hi ravindare,
Sorry for the delay. We’re currently looking into the issue and we should have an update sometimes next week. We’ll let you know as soon as the update is available for download.
Thank you for purchasing and for your patience while we’re fixing the issue.
Hi, If you do buy this add-on Can I set the video date range? (will not be able to watch the video when the day passes) Our videos on VZAAR platform, how to share our video with API? Is it possible to share video with the API? Thanks&Regards Murat Oguz
how to install this website on the server. i had uploaded the files to the server. but could not activate the website.
Hi,
I have purchased “Support for LearnPlus – Learning Management Application”.
It does not work Internet Explore – 11 it shows blank page.
Hi,
Sorry for the delay. Happy to let you know the update fixing IE11 was published just now and it’s pending review. It should be available for download soon.
Let me know if you have any other issues. Thanks
Can you combine images with quiz