Skip to content
This repository was archived by the owner on Jun 16, 2019. It is now read-only.
This repository was archived by the owner on Jun 16, 2019. It is now read-only.

npm start error #106

@oluoyefeso

Description

@oluoyefeso

Wait, try this first...

Before opening an issue, please try these things first.

If that list doesn't help you fix the problem, fill out the info below.

Node version: 10.15.2

npm version: 6.9.0

Operating system: Windows 10

Command line used:

Steps to reproduce:

command window


Microsoft Windows [Version 10.0.17134.648]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Tumise>cd dev

C:\Users\Tumise\dev>cd psr
The system cannot find the path specified.

C:\Users\Tumise\dev>cd prs

C:\Users\Tumise\dev\prs>npm start

pluralsight-redux-starter@1.0.0 prestart C:\Users\Tumise\dev\prs
babel-node tools/startMessage.js

Starting app in dev mode...

pluralsight-redux-starter@1.0.0 start C:\Users\Tumise\dev\prs
npm-run-all --parallel test:watch open:src lint:watch

pluralsight-redux-starter@1.0.0 test:watch C:\Users\Tumise\dev\prs
npm run test -- --watch

pluralsight-redux-starter@1.0.0 open:src C:\Users\Tumise\dev\prs
babel-node tools/srcServer.js

pluralsight-redux-starter@1.0.0 lint:watch C:\Users\Tumise\dev\prs
npm run lint -- --watch

pluralsight-redux-starter@1.0.0 test C:\Users\Tumise\dev\prs
mocha --reporter progress tools/testSetup.js "src/**/*.test.js" "--watch"

pluralsight-redux-starter@1.0.0 lint C:\Users\Tumise\dev\prs
esw webpack.config.* src tools "--watch"

C:\Users\Tumise\dev\prs\webpack.config.dev.js:33
plugins: [new _webpack2.default.HotModuleReplacementPlugin(), new _webpack2.default.NoErrorsPlugin()],
^

TypeError: _webpack2.default.NoErrorsPlugin is not a constructor
at Object. (C:/Users/Tumise/dev/prs/webpack.config.dev.js:24:5)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at loader (C:\Users\Tumise\dev\prs\node_modules\babel-register\lib\node.js:144:5)
at Object.require.extensions.(anonymous function) [as .js] (C:\Users\Tumise\dev\prs\node_modules\babel-register\lib\node.js:154:7)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (C:/Users/Tumise/dev/prs/tools/srcServer.js:4:1)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pluralsight-redux-starter@1.0.0 open:src: babel-node tools/srcServer.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pluralsight-redux-starter@1.0.0 open:src 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! C:\Users\Tumise\AppData\Roaming\npm-cache_logs\2019-04-03T08_33_09_278Z-debug.log

ERROR: open:src: None-Zero Exit(1);
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pluralsight-redux-starter@1.0.0 start: npm-run-all --parallel test:watch open:src lint:watch
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pluralsight-redux-starter@1.0.0 start 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! C:\Users\Tumise\AppData\Roaming\npm-cache_logs\2019-04-03T08_33_10_060Z-debug.log

C:\Users\Tumise\dev\prs>


The debug log:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\Tumise\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@6.9.0
3 info using node@v10.15.2
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle pluralsight-redux-starter@1.0.0prestart: pluralsight-redux-starter@1.0.0
6 verbose lifecycle pluralsight-redux-starter@1.0.0
prestart: unsafe-perm in lifecycle true
7 verbose lifecycle pluralsight-redux-starter@1.0.0prestart: PATH: C:\Users\Tumise\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\Tumise\dev\prs\node_modules.bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\WINDOWS\system32\config\systemprofile.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files (x86)\Skype\Phone;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Wolfram Research\WolframScript;C:\Program Files\nodejs;C:\Users\Tumise\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\Microsoft VS Code\bin;C:\Users\Tumise\AppData\Roaming\npm;C:\Users\Tumise\AppData\Local\Programs\Microsoft VS Code\bin
8 verbose lifecycle pluralsight-redux-starter@1.0.0
prestart: CWD: C:\Users\Tumise\dev\prs
9 silly lifecycle pluralsight-redux-starter@1.0.0prestart: Args: [ '/d /s /c', 'babel-node tools/startMessage.js' ]
10 silly lifecycle pluralsight-redux-starter@1.0.0
prestart: Returned: code: 0 signal: null
11 info lifecycle pluralsight-redux-starter@1.0.0start: pluralsight-redux-starter@1.0.0
12 verbose lifecycle pluralsight-redux-starter@1.0.0
start: unsafe-perm in lifecycle true
13 verbose lifecycle pluralsight-redux-starter@1.0.0start: PATH: C:\Users\Tumise\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\Tumise\dev\prs\node_modules.bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\WINDOWS\system32\config\systemprofile.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files (x86)\Skype\Phone;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Wolfram Research\WolframScript;C:\Program Files\nodejs;C:\Users\Tumise\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\Microsoft VS Code\bin;C:\Users\Tumise\AppData\Roaming\npm;C:\Users\Tumise\AppData\Local\Programs\Microsoft VS Code\bin
14 verbose lifecycle pluralsight-redux-starter@1.0.0
start: CWD: C:\Users\Tumise\dev\prs
15 silly lifecycle pluralsight-redux-starter@1.0.0start: Args: [ '/d /s /c',
15 silly lifecycle 'npm-run-all --parallel test:watch open:src lint:watch' ]
16 silly lifecycle pluralsight-redux-starter@1.0.0
start: Returned: code: 1 signal: null
17 info lifecycle pluralsight-redux-starter@1.0.0~start: Failed to exec start script
18 verbose stack Error: pluralsight-redux-starter@1.0.0 start: npm-run-all --parallel test:watch open:src lint:watch
18 verbose stack Exit status 1
18 verbose stack at EventEmitter. (C:\Users\Tumise\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16)
18 verbose stack at EventEmitter.emit (events.js:189:13)
18 verbose stack at ChildProcess. (C:\Users\Tumise\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
18 verbose stack at ChildProcess.emit (events.js:189:13)
18 verbose stack at maybeClose (internal/child_process.js:970:16)
18 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
19 verbose pkgid pluralsight-redux-starter@1.0.0
20 verbose cwd C:\Users\Tumise\dev\prs
21 verbose Windows_NT 10.0.17134
22 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\Tumise\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "start"
23 verbose node v10.15.2
24 verbose npm v6.9.0
25 error code ELIFECYCLE
26 error errno 1
27 error pluralsight-redux-starter@1.0.0 start: npm-run-all --parallel test:watch open:src lint:watch
27 error Exit status 1
28 error Failed at the pluralsight-redux-starter@1.0.0 start script.
28 error This is probably not a problem with npm. There is likely additional logging output above.
29 verbose exit [ 1, true ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions