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

shopping cart nodemodules are not installing #77

Open
suriyaG1303 opened this issue Mar 1, 2023 · 2 comments
Open

shopping cart nodemodules are not installing #77

suriyaG1303 opened this issue Mar 1, 2023 · 2 comments

Comments

@suriyaG1303
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@ikismail
Copy link
Owner

Hi @suriyaG1303 Can u attach screenshots for reference ?

@benzhuo
Copy link

benzhuo commented Sep 19, 2024

PS C:\workspace\codeDemo\Angular-ShoppingCart> npm i --force
npm WARN using --force Recommended protections disabled.
npm WARN cleanup Failed to remove some directories [
npm WARN cleanup [
npm WARN cleanup 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\codelyzer',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\codelyzer\node_modules'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\codelyzer\node_modules'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\@angular-devkit\schematics\node_modules',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules@angular-devkit\schematics\node_modules'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\@angular-devkit\schematics\node_modules'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\webdriver-js-extender',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\webdriver-js-extender\built\built\built\built\built\built\built\built\built\built\spec\command_tests'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\webdriver-js-extender\built\built\built\built\built\built\built\built\built\built\spec\command_tests'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\webdriver-js-extender',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\webdriver-js-extender\built\built\built\built\built\built\built\built\built\built\built\built\built\spec\command_tests'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'C:\workspace\codeDemo\Angular-ShoppingCart\node_modules\webdriver-js-extender\built\built\built\built\built\built\built\built\built\built\built\built\built\spec\command_tests'
npm WARN cleanup }
npm WARN cleanup ]
npm WARN cleanup ]
npm ERR! code 10
npm ERR! git dep preparation failed
npm ERR! command C:\Program Files\nodejs\node.exe C:\Users\qpan\AppData\Roaming\nvm\v16.20.0\node_modules\npm\bin\npm-cli.js install --force --cache=C:\Users\qpan\AppData\Local\npm-cache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
npm ERR! > buble@0.18.0 prepublish
npm ERR! > npm test
npm ERR!
npm ERR!
npm ERR! > buble@0.18.0 pretest
npm ERR! > npm run build
npm ERR!
npm ERR!
npm ERR! > buble@0.18.0 build
npm ERR! > rollup -c
npm ERR!
npm ERR!
npm ERR! > buble@0.18.0 test
npm ERR! > mocha test/test.js
npm ERR!
npm ERR!
npm ERR!
npm ERR! buble
npm ERR! arrow-functions.js
npm ERR! √ transpiles an arrow function
npm ERR! √ transpiles an arrow function with a naked parameter
npm ERR! √ transpiles an arrow function with single wrapped parameter
npm ERR! √ transpiles an arrow function with parenthesised parameters
npm ERR! √ transpiles an arrow function with a body
npm ERR! √ replaces this inside an arrow function
npm ERR! √ replaces arguments inside an arrow function
npm ERR! √ only adds one this or arguments per context
npm ERR! √ transpiles a body-less arrow function with rest params
npm ERR! √ handles combination of destructuring and template strings
npm ERR! √ can be disabled with transforms.arrow: false
npm ERR! √ inserts statements after use strict pragma (#72)
npm ERR! √ handles standalone arrow function expression statement
npm ERR! √ handles standalone arrow function expression statement within a function
npm ERR! √ are transformed even if disabled if they have a transpiled spread parameter
npm ERR! async.js
npm ERR! √ supports async as property name
npm ERR! binary-and-octal.js
npm ERR! √ transpiles binary numbers
npm ERR! √ transpiles octal numbers
npm ERR! √ can be disabled with transforms.numericLiteral: false
npm ERR! block-scoping.js
npm ERR! √ transpiles let
npm ERR! √ deconflicts blocks in top-level scope
npm ERR! √ deconflicts blocks in same function scope
npm ERR! √ disallows duplicate declarations
npm ERR! √ disallows reassignment to constants (419ms)
npm ERR! √ disallows updates to constants
npm ERR! √ does not rewrite properties
npm ERR! √ deconflicts with default imports
npm ERR! √ deconflicts with named imports
npm ERR! √ deconflicts with function declarations
npm ERR! √ does not deconflict with function expressions
npm ERR! √ deconflicts with function expression inside function body
npm ERR! √ deconflicts with parameters
npm ERR! √ deconflicts with class declarations
npm ERR! √ does not deconflict with class expressions
npm ERR! √ deconflicts across multiple function boundaries
npm ERR! √ does not deconflict unnecessarily
npm ERR! √ deconflicts object pattern declarations
npm ERR! √ deconflicts array pattern declarations
npm ERR! - deconflicts rest element declarations
npm ERR! √ can be disabled with transforms.letConst: false
npm ERR! √ reference preceding declaration (#87)
npm ERR! classes-no-named-function-expressions.js

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

No branches or pull requests

3 participants