Expand my Community achievements bar.

An error occurs when installing with npx in vscode... Why??

Avatar

Level 1

> npx create-adobe-photoshop-api-sdk app
Need to install the following packages:
create-adobe-photoshop-api-sdk@0.0.3
Ok to proceed? (y) y
creating a Photoshop API SDK Project...

Installing dependencies in app...
npm install error: Error: Command failed: cd app && npm install
npm WARN deprecated @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
npm WARN deprecated @babel/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN cleanup Failed to remove some directories [
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@babel\\runtime-corejs2',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\@babel\runtime-corejs2\helpers'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@babel\\runtime-corejs2\\helpers'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\form-data',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\form-data\node_modules'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\form-data\\node_modules'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@aws-sdk\\client-s3',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\@aws-sdk\client-s3'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@aws-sdk\\client-s3'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\@aws-crypto\sha256-browser\node_modules'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@aws-crypto\\sha256-browser\\node_modules'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@aws-crypto\\crc32',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\@aws-crypto\crc32\node_modules'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@aws-crypto\\crc32\\node_modules'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@aws-crypto',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\@aws-crypto\crc32c\node_modules'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\@aws-crypto\\crc32c\\node_modules'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\resolve',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\resolve'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\resolve'
npm WARN cleanup }
npm WARN cleanup ],
npm WARN cleanup [
npm WARN cleanup 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\npm',
npm WARN cleanup [Error: EPERM: operation not permitted, rmdir 'D:\Node.js\06.AdobePhtoshop\app\node_modules\npm\node_modules\node-gyp\gyp'] {
npm WARN cleanup errno: -4048,
npm WARN cleanup code: 'EPERM',
npm WARN cleanup syscall: 'rmdir',
npm WARN cleanup path: 'D:\\Node.js\\06.AdobePhtoshop\\app\\node_modules\\npm\\node_modules\\node-gyp\\gyp'
npm WARN cleanup }
npm WARN cleanup ]
npm WARN cleanup ]
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! request to https://artifactory.corp.adobe.com/artifactory/api/npm/npm-virtual/wcwidth/-/wcwidth-1.0.1.tgz failed, reason: unable to get local issuer certificate

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\SM\AppData\Local\npm-cache\_logs\2023-11-07T06_48_57_946Z-debug-0.log

 

 

I understand that the warning message is occurring because the @babel/plugin-proposal-unicode-property-regex plugin is no longer maintained and has been merged into the ECMAScript standard. Please let me know how I can proceed with the installation..

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies