IMPORTANT!
This forum is now archived. Click here for the New Support Forum
escape-html not installed
Quote from speddi on February 20, 2018, 7:53 pmDownloaded the QuickApp Pro and open the solution in VS 2017 and did a build. Also, did npm install also but getting the following errors.
An error occurred while starting the application.
AggregateException: One or more errors occurred. (Webpack dev middleware failed because of an error while loading 'aspnet-webpack'. Error was: Error: Cannot find module 'escape-html'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Codebase\QuickApp.Pro\QuickApp.Pro\node_modules\finalhandler\index.js:16:18)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Current directory is: C:\Codebase\QuickApp.Pro\QuickApp.Pro
)System.Threading.Tasks.Task.GetResultCore(bool waitCompletionNotification)
NodeInvocationException: Webpack dev middleware failed because of an error while loading 'aspnet-webpack'. Error was: Error: Cannot find module 'escape-html'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Codebase\QuickApp.Pro\QuickApp.Pro\node_modules\finalhandler\index.js:16:18)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Current directory is: C:\Codebase\QuickApp.Pro\QuickApp.Pro
Downloaded the QuickApp Pro and open the solution in VS 2017 and did a build. Also, did npm install also but getting the following errors.
An error occurred while starting the application.
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Codebase\QuickApp.Pro\QuickApp.Pro\node_modules\finalhandler\index.js:16:18)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Current directory is: C:\Codebase\QuickApp.Pro\QuickApp.Pro
)
System.Threading.Tasks.Task.GetResultCore(bool waitCompletionNotification)
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Codebase\QuickApp.Pro\QuickApp.Pro\node_modules\finalhandler\index.js:16:18)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Current directory is: C:\Codebase\QuickApp.Pro\QuickApp.Pro
Quote from speddi on February 20, 2018, 8:17 pmPlease provide the instructions to get the application going after I get the code. I am able to resolve escape-html error but I get other errors now
login-control.component.scss:8 Uncaught Error: Module build failed: Error: Missing binding C:\Codebase\QuickApp.Pro\QuickApp.Pro\node_modules\node-sass\vendor\win32-x64-48\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.xFound bindings for the following environments:
- Windows 64-bit with Node.js 5.xThis usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass --force` to build the binding for your current environment.
Please provide the instructions to get the application going after I get the code. I am able to resolve escape-html error but I get other errors now
login-control.component.scss:8 Uncaught Error: Module build failed: Error: Missing binding C:\Codebase\QuickApp.Pro\QuickApp.Pro\node_modules\node-sass\vendor\win32-x64-48\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 6.x
Found bindings for the following environments:
- Windows 64-bit with Node.js 5.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass --force` to build the binding for your current environment.
Quote from Eben Monney on February 22, 2018, 5:31 amPlease see this post for how to resolve this error: https://www.staging8.ebenmonney.com/forum/?view=thread&id=20&part=1#postid-57
Please see this post for how to resolve this error: https://www.staging8.ebenmonney.com/forum/?view=thread&id=20&part=1#postid-57
IMPORTANT!
This forum is now archived. Click here for the New Support Forum