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
❯ npm run defaults
> [email protected] defaults /Users/jason/source/webpack-remote-source-map-loader
> webpack-defaults
Synchronizing config files...
Create .gitignore
Create .gitattributes
Update package.json
Installing schema-utils and loader-utils...
+ [email protected]
+ [email protected]
added 8 packages from 11 contributors, updated 3 packages and audited 418 packages in 3.084s
10 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Installing del, del-cli, cross-env, memfs, standard-version, @commitlint/cli, @commitlint/config-conventional, commitlint-azure-pipelines-cli, husky, npm-run-all, jest, jest-junit, babel-jest, @babel/cli, @babel/core, @babel/preset-env, eslint, eslint-plugin-import, eslint-config-prettier, lint-staged, prettier, and @webpack-contrib/eslint-config-webpack...
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
> [email protected] install /Users/jason/source/webpack-remote-source-map-loader/node_modules/husky
> node husky install
husky > Setting up git hooks
husky > Done
> [email protected] postinstall /Users/jason/source/webpack-remote-source-map-loader/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> [email protected] postinstall /Users/jason/source/webpack-remote-source-map-loader/node_modules/husky
> opencollective-postinstall || exit 0
Thank you for using husky!
If you rely on this package, please consider supporting our open collective:
> https://opencollective.com/husky/donate
npm WARN [email protected] requires a peer of @commitlint/cli@^7.0.0 || ^8.0.0 but none is installed. You must install peer dependencies yourself.
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ @babel/[email protected]
+ @babel/[email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ @webpack-contrib/[email protected]
+ [email protected]
+ @babel/[email protected]
+ @commitlint/[email protected]
+ @commitlint/[email protected]
added 1130 packages from 420 contributors and audited 1550 packages in 51.756s
84 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Create .github/ISSUE_TEMPLATE/DOCS.md
Create .github/ISSUE_TEMPLATE/SUPPORT.md
Create .github/ISSUE_TEMPLATE.md
Create .github/CODEOWNERS
Create .github/PULL_REQUEST_TEMPLATE.md
Create .github/FUNDING.yml
Create .editorconfig
Create .eslintignore
Create .eslintrc.js
Create .prettierignore
Create .prettierrc.js
Create azure-pipelines.yml
Create babel.config.js
Create commitlint.config.js
Create husky.config.js
Create lint-staged.config.js
Update LICENSE
Create .github/CONTRIBUTING.md
Create .github/ISSUE_TEMPLATE/BUG.md
Create .github/ISSUE_TEMPLATE/FEATURE.md
Create .github/ISSUE_TEMPLATE/MODIFICATION.md
Create src/index.js
Create src/cjs.js
Create src/options.json
Create CHANGELOG.md
Done. Happy webpacking!
Create test/loader.test.js
(node:48883) UnhandledPromiseRejectionWarning: MrmError: copyFiles: source file not found: /Users/jason/source/webpack-remote-source-map-loader/node_modules/@webpack-contrib/defaults/templates/test/options.test.js
at /Users/jason/source/webpack-remote-source-map-loader/node_modules/mrm-core/src/fs.js:32:10
at Array.forEach (<anonymous>)
at copyFiles (/Users/jason/source/webpack-remote-source-map-loader/node_modules/mrm-core/src/fs.js:29:21)
at /Users/jason/source/webpack-remote-source-map-loader/node_modules/@webpack-contrib/defaults/dist/tasks/templates.js:26:7
(Use `node --trace-warnings ...` to show where the warning was created)
(node:48883) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:48883) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Expected Behavior
npm run defaults
succeeds.Actual Behavior
Code
N/A
How Do We Reproduce?
Run:
The text was updated successfully, but these errors were encountered: