Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot build cloned rep #1

Open
milindparikh opened this issue Feb 16, 2017 · 1 comment
Open

cannot build cloned rep #1

milindparikh opened this issue Feb 16, 2017 · 1 comment

Comments

@milindparikh
Copy link

@ npm start

I get

/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/node_modules/extract-text-webpack-plugin/schema/validator.js:11
throw new Error(ajv.errorsText());
^
Error: data['sourceMap'] should NOT have additional properties
at validate (/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/node_modules/extract-text-webpack-plugin/schema/validator.js:11:9)
at new ExtractTextPlugin (/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/node_modules/extract-text-webpack-plugin/index.js:125:3)
at Object.css (/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/node_modules/@easy-webpack/config-css/src/index.ts:33:25)
at generateConfig (/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/node_modules/@easy-webpack/core/src/index.ts:26:40)
at Object. (/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/webpack.config.js:139:14)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at module.exports (/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/node_modules/webpack/bin/convert-argv.js:93:13)
at Object. (/home/milind/Downloads/aurelia-gentlelella/aurelia-gentelella/node_modules/webpack/bin/webpack.js:135:40)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3

@dballardgh
Copy link

Looks like this initial version of aurelia-gentelella depends upon older versions of typescript and webpack. There is probably a better solution, but I was able to get this working by locking down the versions of a couple of modules.

Note that the author converted the dashboard and the inbox pages to use the aurelia router. The remaining pages are not functioning.

git clone https://github.com/kmkatsma/aurelia-gentelella.git
cd aurelia-gentelella
npm install
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install @types/[email protected] --save-dev --save-exact
npm install @types/[email protected]
npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants