-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Install does not work:
WARNING in ./node_modules/jQuery/dist/jquery.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* /Users/grey/Desktop/github/cloudmesh-community/graphql/app/node_modules/jQuery/dist/jquery.js
Used by 3 module(s), i. e.
/Users/grey/Desktop/github/cloudmesh-community/graphql/app/node_modules/babel-loader/lib/index.js??ref--4!/Users/grey/Desktop/github/cloudmesh-community/graphql/app/util/api.js
* /Users/grey/Desktop/github/cloudmesh-community/graphql/app/node_modules/jquery/dist/jquery.js
Used by 20 module(s), i. e.
/Users/grey/Desktop/github/cloudmesh-community/graphql/app/node_modules/babel-loader/lib/index.js??ref--4!/Users/grey/Desktop/github/cloudmesh-community/graphql/app/smart-views/app.js
@ ./node_modules/jQuery/dist/jquery.js
@ ./util/api.js
@ ./smart-views/images.js
@ ./router/applicationRouter.js
@ ./renderer.js
@ multi ./renderer.js ./app.scss
WARNING in configuration
The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/concepts/mode/
ERROR in ./app.scss
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:603:15)
at Function.Module._load (internal/modules/cjs/loader.js:529:25)
at Module.require (internal/modules/cjs/loader.js:658:17)
at require (/Users/grey/Desktop/github/cloudmesh-community/graphql/app/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.sassLoader (/Users/grey/Desktop/github/cloudmesh-community/graphql/app/node_modules/sass-loader/lib/loader.js:46:72)
@ multi ./renderer.js ./app.scss main[1]
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! cloudmesh-app@1.0.0 build: webpack
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the cloudmesh-app@1.0.0 build 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/grey/.npm/_logs/2018-12-21T13_39_14_669Z-debug.log
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working