You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Repository\surfingkeys-conf> npm install
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
up to date, audited 735 packages in 2s
90 packages are looking for funding
run `npm fund` for details
12 vulnerabilities (2 moderate, 8 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
npm run gulp build fail. module not found:
PS C:\Repository\surfingkeys-conf> npm run gulp build
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> [email protected] gulp
> npm exec gulp -- "build"
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
[21:35:52] Using gulpfile C:\Repository\surfingkeys-conf\gulpfile.js
[21:35:52] Starting 'build'...
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
[21:35:53] gulp-notify: [Build failure [surfingkeys-conf]] Module not found: Error: Can't resolve './conf.priv.js' in 'C:\Repository\surfingkeys-conf\src'
[21:35:53] 'build' errored after 1.67 s
[21:35:53] Error in plugin "webpack-stream"
Message:
Module not found: Error: Can't resolve './conf.priv.js' in 'C:\Repository\surfingkeys-conf\src'
Module not found: Error: Can't resolve './conf.priv.js' in 'C:\Repository\surfingkeys-conf\src'
Module not found: Error: Can't resolve './conf.priv.js' in 'C:\Repository\surfingkeys-conf\src'
try to install the module:
PS C:\Repository\surfingkeys-conf> npm install webpack-stream 7.0.0
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm ERR! code ENOVERSIONS
npm ERR! No versions available for 7.0.0
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\zhang\AppData\Local\npm-cache\_logs\2024-01-30T13_38_13_703Z-debug-0.log
Don't know how to solve
The text was updated successfully, but these errors were encountered:
So you need to copy the example config, and change it if needed. I think this is why there isn't a built version, but you could always just exclude the engines without an API key.
Details
already runned
npm install
:npm run gulp build
fail. module not found:try to install the module:
Don't know how to solve
The text was updated successfully, but these errors were encountered: