Starter-Kit-2018 icon indicating copy to clipboard operation
Starter-Kit-2018 copied to clipboard

Dependency errors

Open Bmcdougald69 opened this issue 6 years ago • 2 comments

I am getting these errors trying to install this project. How can I get around it? I'm new to node js.

PS C:\Development\Projects\Dashboard> npm install

npm WARN [email protected] requires a peer of webpack@1 || 2 || ^2.1.0-beta || ^2.2.0-rc but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of webpack@1 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] No repository field. npm WARN The package babel-preset-stage-0 is included as both a dev and production dependency.

audited 31825 packages in 10.901s

24 packages are looking for funding run npm fund for details

found 1 low severity vulnerability run npm audit fix to fix them, or npm audit for details

Bmcdougald69 avatar Feb 18 '20 03:02 Bmcdougald69

Based on this you look fine to me. Run ‘npm audit fix’ and then run ‘npm run watch’ if you can’t run npm run watch, then you need to install gulp cli globally so run ‘ npm install -g gulp-cli’ then once that’s done run ‘ npm run watch’ again

On Mon, Feb 17, 2020 at 10:00 PM Bmcdougald69 [email protected] wrote:

I am getting these errors trying to install this project. How can I get around it? I'm new to node js.

PS C:\Development\Projects\Dashboard> npm install

npm WARN [email protected] requires a peer of webpack@1 || 2 || ^2.1.0-beta || ^2.2.0-rc but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of webpack@1 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] No repository field. npm WARN The package babel-preset-stage-0 is included as both a dev and production dependency.

audited 31825 packages in 10.901s

24 packages are looking for funding run npm fund for details

found 1 low severity vulnerability run npm audit fix to fix them, or npm audit for details

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/codingphasedotcom/Starter-Kit-2018/issues/12?email_source=notifications&email_token=AJEC3XGCILT5A5HLT6RVL6DRDNFNJA5CNFSM4KW355D2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IOF3ABA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEC3XGOQZHYPJTLFKY3HSDRDNFNJANCNFSM4KW355DQ .

-- Very Respectfully, Arthur Bernier Jr Navy Veteran & SEO Web Developer (470) 778-1034

arthurbernierjr avatar Feb 18 '20 06:02 arthurbernierjr

Tried this and it didn't fix

Flamee1 avatar May 11 '20 13:05 Flamee1