Giter VIP home page Giter VIP logo

hypatia's Introduction

Hypatia. A JavaScript open source LMS (eLearning platform) for MOOCs and online courses

Build Status License: GPL v2

The project is currently in hibernation. Feel free to test it if you like but don't expect it to be production-ready.

More info in https://joanmira.com/hypatia

Demo website with content: https://hypatia-8d923.firebaseapp.com (Sign up with a valid email is required to access some pages)

Home

Page

Admin

Getting Started

Warning! This documentation is not super stable. Post an issue if you find any trouble or something is not clear

npm install
  • Create a new project in your Firebase account

  • Enable at the Email/Password provider in the Firebase authentication providers

  • Create a file called .env in the root of your cloned repository and add the following code. Replace the values with the ones from the project you created in Firebase:

FIREBASE_API_KEY=your_firebase_api_key
FIREBASE_AUTH_DOMAIN=your_firebase_project.firebaseapp.com
FIREBASE_DATABASE_URL=https://your_firebase_project.firebaseio.com
FIREBASE_STORAGE_BUCKET=your_firebase_project.appspot.com
  • Update the default project value in .firebaserc

  • If you want some demo data, import /data/demo-data.json into your Firebase database

  • If you are going to use Firebase storage, you should give read access to everyone, otherwise only the authenticated users will be able to download images or files. In your Firebase console, replace the rules with these ones:

allow read: if true;
allow write: if request.auth != null;
  • To give a user admin rights, you have to add a field called level with the value 5 into a user (using the firebase UI). Once you do that, login into Hypatia with that user and you will see the admin link in the sidebar navigation

Start development server with hot reloading

npm run dev

Testing

Run test once

npm run test

Test watch

npm run test:watch

Linting

Linting is using Airbnb Eslint configuration

npm run lint

Deploy to production

Build for production

npm run build

Install Firebase tools (if you haven't done it yet)

npm install -g firebase-tools

Login and init the project

firebase login
firebase init

Deploy to Firebase

firebase deploy

Contributor License Agreement

By contributing your code to Hypatia you grant to the repository owner a non-exclusive, irrevocable, worldwide, royalty-free, sublicenseable, transferable license under all of Your relevant intellectual property rights (including copyright, patent, and any other rights), to use, copy, prepare derivative works of, distribute and publicly perform and display the Contributions on any licensing terms, including without limitation: (a) open source licenses like the MIT license; and (b) binary, proprietary, or commercial licenses. Except for the licenses granted herein, You reserve all right, title, and interest in and to the Contribution.

You confirm that you are able to grant us these rights. You represent that You are legally entitled to grant the above license. If Your employer has rights to intellectual property that You create, You represent that You have received permission to make the Contributions on behalf of that employer, or that Your employer has waived such rights for the Contributions.

You represent that the Contributions are Your original works of authorship, and to Your knowledge, no other person claims, or has the right to claim, any right in any invention or patent related to the Contributions. You also represent that You are not legally obligated, whether by entering into an agreement or otherwise, in any way that conflicts with the terms of this license.

The repository owner acknowledges that, except as explicitly described in this Agreement, any Contribution which you provide is on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.

Credits

Icons from Flaticon.com (Freepik and Madebyoliver), triangles background by rvika from Fotolia and photos from Google Creative Commons search results

Copyright & License

Copyright (c) 2016-2017 Hypatia - Released under the GPLv2 license.

hypatia's People

Contributors

gazpachu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hypatia's Issues

Firebase init options. Difficult to get it properly deployed

Fantastic project. I have tried it on local server, but I get lost in the firebase init process. Too many options to understand every step. I have tried several times, but when I open the site after deployment, only get the Nekomy name on the tab and a blank screen in browser.

Please detail this part.

[Question] Is this project supported?

This project looks interesting, but there's been no activity since over a year ago. Is this project supported? Will it continue to be supported? Does it have funding, a dev team, or anything of the sort? Thanks! It looks like a promising platform.

H5p integration

Hi, nice project!
Have you considered integrate h5p authoring tool ?
h5p.org
I think that will be great to generate the rich html 5 content there and use it in your LMS via Xapi.

Thanks!

SCORM and/or xAPI support?

hi, first off - this looks really interesting, and I'm inclined to look deeper into this project.

before i get on with it however, i wanted to ask whether nekomy does or will support scorm in any way? (uploading scorm packages, providing the scorm api for the courses then)

thanks in advance!

error firebase url

I keep getting this error, i tryied putting the url in semacollens and also without. But still no succes even tryied hardcoding the value in webpack.config.js, I keep getting the same error. I used the example.env and changed the name to process.env.

I hope you can help me,

firebaserror
info-newComputer.txt

after running npm run dev getting this error

{ Error: ENOENT: no such file or directory, open '.env'
at Object.openSync (fs.js:443:3)
at Object.readFileSync (fs.js:343:35)
at Object.config (/Users/sunil/Desktop/new project/nekomy-platform/node_modules/dotenv/lib/main.js:30:37)
at Object. (/Users/sunil/Desktop/new project/nekomy-platform/webpack/webpack.config.js:1:19)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:690:17) errno: -2, syscall: 'open', code: 'ENOENT', path: '.env' }
Project is running at http://localhost:8080/
webpack output is served from /
Content not from webpack is served from /Users/sunil/Desktop/new project/nekomy-platform
404s will fallback to /index.html
fs.js:128
throw new ERR_INVALID_CALLBACK();
^

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
at maybeCallback (fs.js:128:9)
at Object.writeFile (fs.js:1163:14)
at VersionFile.writeFile (/Users/sunil/Desktop/new project/nekomy-platform/node_modules/webpack-version-file-plugin/index.js:54:8)
at /Users/sunil/Desktop/new project/nekomy-platform/node_modules/webpack-version-file-plugin/index.js:42:18
at FSReqWrap.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:53:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: webpack-dev-server --config ./webpack/webpack-dev.config.js --watch --colors
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev 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/sunil/.npm/_logs/2020-06-23T11_11_50_796Z-debug.log

Move pages to containers

At the moment, all components are in the same folder. We should divide them between, the smart ones (with data fetching/updating) and the purely UI ones (mostly reusable).

How do you assign Admin role to User

Hi,

First off, this is a great LMS.

I installed it and followed all instructions and it works fine. But I cannot find how to assign Admin rights to User. The instructions on the Readme are not detailed.
Any help will be greatly appreciated.
Thanks in advance.

NPM run Dev issue

npm run dev

[email protected] dev /Users/eden/Projects/beta
webpack-dev-server --config ./webpack/webpack-dev.config.js --watch --colors

Project is running at http://localhost:8080/
webpack output is served from /
Content not from webpack is served from /Users/eden/Projects/beta
404s will fallback to /index.html
fs.js:129
throw new ERR_INVALID_CALLBACK();
^

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
at maybeCallback (fs.js:129:9)
at Object.writeFile (fs.js:1137:14)
at VersionFile.writeFile (/Users/eden/Projects/beta/node_modules/webpack-version-file-plugin/index.js:54:8)
at /Users/eden/Projects/beta/node_modules/webpack-version-file-plugin/index.js:42:18
at FSReqWrap.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:53:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: webpack-dev-server --config ./webpack/webpack-dev.config.js --watch --colors
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev 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/eden/.npm/_logs/2018-10-15T23_13_08_760Z-debug.log

webpack failing to compile for npm run dev

52 problems (52 errors, 0 warnings)

@ ./src/app/themes/nekomy/components/topnav/topnav.jsx 39:14-41
@ ./src/app/core/app.jsx
@ ./src/app/index.jsx
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/app/index

ERROR in ./src/app/themes/nekomy/components/signup/signup.jsx

C:\Users\FUSION19\Documents\GitHub\nekomy-platform\src\app\themes\nekomy\components\signup\signup.jsx
1:42 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
2:39 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
3:24 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
4:33 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
5:68 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
6:97 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
7:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
8:33 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
9:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
10:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
11:24 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
12:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
13:68 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
14:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
15:46 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
16:34 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
17:37 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
18:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
19:51 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
20:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
21:93 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
22:69 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
23:28 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
24:36 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
25:39 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
26:79 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
27:10 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
28:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
29:84 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
30:6 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
31:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
32:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
33:47 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
34:67 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
35:28 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
36:27 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
37:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
38:46 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
39:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
40:36 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
41:34 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
42:37 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
43:32 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
44:84 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
45:7 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
46:24 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
47:34 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
48:37 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
49:77 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
50:8 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
51:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
52:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
53:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
54:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
55:80 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
56:94 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
57:93 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
58:87 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
59:96 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
60:104 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
61:89 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
62:58 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
63:14 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
64:7 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
65:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
66:2 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
67:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
68:30 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
69:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
70:29 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
71:18 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
72:3 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
73:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
74:69 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style

✖ 74 problems (74 errors, 0 warnings)

@ ./src/app/themes/nekomy/components/topnav/topnav.jsx 35:14-41
@ ./src/app/core/app.jsx
@ ./src/app/index.jsx
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/app/index

ERROR in ./src/app/themes/nekomy/components/breadcrumbs/breadcrumbs.jsx

C:\Users\FUSION19\Documents\GitHub\nekomy-platform\src\app\themes\nekomy\components\breadcrumbs\breadcrumbs.jsx
1:42 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
2:39 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
3:37 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
4:45 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
5:55 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
6:67 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
7:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
8:38 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
9:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
10:23 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
11:18 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
12:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
13:19 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
14:25 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
15:7 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
16:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
17:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
18:24 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
19:51 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
20:25 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
21:39 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
22:88 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
23:55 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
24:84 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
25:56 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
26:10 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
27:8 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
28:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
29:26 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
30:43 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
31:8 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
32:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
33:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
34:27 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
35:21 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
36:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
37:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
38:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
39:22 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
40:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
41:34 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
42:56 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
43:22 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
44:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
45:45 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
46:67 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
47:10 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
48:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
49:49 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
50:39 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
51:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
52:10 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
53:6 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
54:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
55:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
56:36 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
57:43 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
58:32 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
59:37 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
60:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
61:18 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
62:14 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
63:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
64:7 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
65:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
66:2 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
67:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
68:29 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
69:17 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
70:3 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
71:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
72:27 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
73:17 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
74:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
75:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
76:25 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
77:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
78:74 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style

✖ 78 problems (78 errors, 0 warnings)

@ ./src/app/themes/nekomy/components/navigation/navigation.jsx 25:19-56
@ ./src/app/themes/nekomy/components/topnav/topnav.jsx
@ ./src/app/core/app.jsx
@ ./src/app/index.jsx
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/app/index

ERROR in ./src/app/themes/nekomy/components/search/search.jsx

C:\Users\FUSION19\Documents\GitHub\nekomy-platform\src\app\themes\nekomy\components\search\search.jsx
1:42 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
2:37 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
3:39 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
4:24 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
5:37 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
6:58 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
7:66 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
8:64 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
9:56 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
10:62 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
11:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
12:33 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
13:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
14:25 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
15:51 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
16:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
17:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
18:23 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
19:18 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
20:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
21:54 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
22:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
23:19 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
24:18 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
25:7 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
26:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
27:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
28:24 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
29:59 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
30:79 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
31:49 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
32:15 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
33:52 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
34:8 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
35:8 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
36:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
37:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
38:28 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
39:68 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
40:109 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
41:115 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
42:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
43:54 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
44:26 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
45:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
46:54 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
47:26 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
48:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
49:53 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
50:25 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
51:19 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
52:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
53:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
54:14 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
55:45 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
56:66 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
57:11 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
58:47 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
59:10 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
60:6 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
61:38 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
62:126 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
63:49 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
64:35 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
65:33 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
66:29 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
67:106 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
68:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
69:28 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
70:65 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
71:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
72:17 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
73:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
74:48 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
75:49 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
76:33 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
77:29 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
78:106 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
79:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
80:28 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
81:65 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
82:20 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
83:17 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
84:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
85:12 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
86:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
87:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
88:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
89:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
90:60 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
91:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
92:52 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
93:38 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
94:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
95:10 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
96:56 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
97:18 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
98:123 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
99:65 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
100:70 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
101:34 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
102:18 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
103:40 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
104:79 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
105:40 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
106:85 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
107:16 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
108:15 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
109:13 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
110:7 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
111:4 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
112:2 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
113:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
114:30 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
115:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
116:49 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style

✖ 116 problems (116 errors, 0 warnings)

@ ./src/app/themes/nekomy/components/navigation/navigation.jsx 31:14-41
@ ./src/app/themes/nekomy/components/topnav/topnav.jsx
@ ./src/app/core/app.jsx
@ ./src/app/index.jsx
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/app/index
Child html-webpack-plugin for "index.html":
chunk {0} index.html 546 kB [entry] [rendered]
[0] .//lodash/lodash.js 543 kB {0} [built]
[1] ./
/html-webpack-plugin/lib/loader.js!./src/index.html 2.67 kB {0} [built]
[2] (webpack)/buildin/global.js 509 bytes {0} [built]
[3] (webpack)/buildin/module.js 517 bytes {0} [built]
webpack: Failed to compile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.