Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm start fails in windows PC #7

Open
Vishnu-C opened this issue Sep 6, 2020 · 1 comment
Open

npm start fails in windows PC #7

Vishnu-C opened this issue Sep 6, 2020 · 1 comment

Comments

@Vishnu-C
Copy link

Vishnu-C commented Sep 6, 2020

OS : Windows 10 64 bit

D:\projects\current\Struct\node-occ-sample>npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

audited 761 packages in 12.437s

1 package is looking for funding
  run `npm fund` for details

found 1030 vulnerabilities (524 low, 42 moderate, 464 high)
  run `npm audit fix` to fix them, or `npm audit` for details

D:\projects\current\Struct\node-occ-sample>npm start

> [email protected] start D:\projects\current\Struct\node-occ-sample
> node ./node_modules/webpack/bin/webpack.js; node dist/app.js

internal/modules/cjs/loader.js:968
  throw err;
  ^

Error: Cannot find module 'D:\projects\current\Struct\node-occ-sample\node_modules\webpack\bin\webpack.js;'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
    at Function.Module._load (internal/modules/cjs/loader.js:841:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `node ./node_modules/webpack/bin/webpack.js; node dist/app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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\Vishnu\AppData\Roaming\npm-cache\_logs\2020-09-06T14_46_08_580Z-debug.log
@jotarochen
Copy link

+1,应该是作者不再维护node-occ这个依赖了,之前挂在Amazon云上的,现在找不到这个压缩包了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants