-
-
Notifications
You must be signed in to change notification settings - Fork 512
Unable to run the project using 'npm start' #719
Comments
Did you try removing node_modules and npm installing again? The CI builds successfully, so there's no reason for any such error to be present. |
Yes, I did that. On Thu, Nov 17, 2016 at 12:50 PM +0200, "Bazyli Brzóska" <[email protected]mailto:[email protected]> wrote: Did you try removing node_modules and npm installing again? The CI builds successfully, so there's no reason for any such error to be present. You are receiving this because you authored the thread. |
OK, I'm restarting the Windows-based CI to see if we can reproduce this error, maybe there was a breaking change in one of the dependencies. You can track https://ci.appveyor.com/project/niieani/skeleton-navigation/build/1.0.19. |
Did review the test. However still fails to run in my local env. with the socket closed error. |
bundling throws an error as well (npm run build). I've attached the console output. |
I'm not sure where to start debugging, it looks like there is some unhandled Promise rejection coming from bluebird. Can you add: process.on("unhandledRejection", function(reason, promise) {
console.log(reason);
}); To your webpack.config.js file and see if the output is any different? @VitProg are you also experiencing this problem? (I see you upvoted it) |
After adding the statement to webpack.config.babel.js npm start hangs. |
@niieani |
@VitProg seems like you've already got some service running on port 9000 throw er; // Unhandled 'error' event |
@apDyn seems like a problem with accessing/writing the files, perhaps permissions or something like it?:
Can you try commenting out |
same thing :-( |
I just downloaded the skeleton-esnext-webpack. I did npm install and npm start. It worked great. Then I copied my codes from the previous project to this skeleton. It refused to work. Rather it is complaining about
Thanks for your assistance |
@smithaitufe I think As a side note, this.entity = { ...this.entity, ...this.user } |
Closing as question. We can continue to assist the OP here if needed afterwards. |
Some very weird windows permissions issue, happening only in my env. |
FYI - The webpack error (from console_output.txt in the first post) was caused by a bug in NodeJS 7.1.0 on Windows. It was fixed last week in version 7.2.0 |
Thanks for investigating @mattgaspar. |
console_output.txt
I'm submitting a bug report
After changing the package json according to the webpack commit fix: cb30c75
Aurelia Skeleton Version
skeleton-esnext-webpack
Framework Version:
see in the included package.json
Operating System:
Windows 10
Node Version:
7.1.0
NPM Version:
3.10.9
JSPM OR Webpack AND Version
webpack 2.1.0-beta.27
Browser:
all
Language:
ESNext
Current behavior:
fails to run the skeleton app watching for changes
Expected/desired behavior:
runs the skeleton app and reloads on source code changes
npm-debug.log.txt
package.json.txt
The text was updated successfully, but these errors were encountered: