acornjs / acorn

A small, fast, JavaScript-based JavaScript parser
10.59k stars 884 forks source link

npm ERR! code ENOTEMPTY #1054

Closed velvizhi-palanisamy closed 3 years ago

velvizhi-palanisamy commented 3 years ago

Getting the error on running npm install.

Using symlink to point to node_modules form previous build to avoid package installation everytime ln -s /var/jenkins_home/softwares/angular/node_modules .

Packages ad versions: npm: 7.19.1 angular: 9

Screenshot 2021-08-17 at 12 50 58 PM

FYI, This was working fine before

marijnh commented 3 years ago

What makes you think this is in any way related to Acorn? I'm not seeing anything in the error output you paste that would suggest that.

velvizhi-palanisamy commented 3 years ago

This error occurred while installing packages. .acorn-ssxUwlor was no where found in node_modules. Is this something not related to acorn? npm ERR! path /var/jenkins_home/workspace/AmpliSeqUI-Dev2-Build-And-Deploy-Angular9_GitHub/code/amplisequi-angular/amplisequi-angular/node_modules/acorn npm ERR! dest /var/jenkins_home/workspace/AmpliSeqUI-Dev2-Build-And-Deploy-Angular9_GitHub/code/amplisequi-angular/amplisequi-angular/node_modules/.acorn-ssxUwlor npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/var/jenkins_home/workspace//node_modules/acorn' -> '/var/jenkins_home/workspace//node_modules/.acorn-ssxUwlor'

From: Marijn Haverbeke @.> Date: Tuesday, 17 August 2021 at 9:09 PM To: acornjs/acorn @.> Cc: Palanisamy, Velvizhi @.>, Author @.> Subject: Re: [acornjs/acorn] npm ERR! code ENOTEMPTY (#1054) CAUTION: This email originated from outside of Thermo Fisher Scientific. If you believe it to be suspicious, report using the Report Phish button in Outlook or send to @.***

What makes you think this is in any way related to Acorn? I'm not seeing anything in the error output you paste that would suggest that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_acornjs_acorn_issues_1054-23issuecomment-2D900407127&d=DwMCaQ&c=q6k2DsTcEGCcCb_WtVSz6hhIl8hvYssy7sH8ZwfbbKU&r=Z4SxdPhxBpKgMyTirhZ_xv_-4iI3gFeXTkC4eelHnjgwiEMkmnDp-Eu7dOP-o9e7&m=dng-aBATGDZJNSW68i-TQN_0e74Mz7p6t3h3ywB6D70&s=CPgO8tuTeqTEi5_HTc3Iw8fvNe3bv8rcY1nRCOSj6sQ&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ASYR2NAUSHIH5UIGSWK4OD3T5J7CRANCNFSM5CJHMRWQ&d=DwMCaQ&c=q6k2DsTcEGCcCb_WtVSz6hhIl8hvYssy7sH8ZwfbbKU&r=Z4SxdPhxBpKgMyTirhZ_xv_-4iI3gFeXTkC4eelHnjgwiEMkmnDp-Eu7dOP-o9e7&m=dng-aBATGDZJNSW68i-TQN_0e74Mz7p6t3h3ywB6D70&s=u_tcshX3Pj_AOJMOedSVB2LdBbdimg_015P4BTgwQis&e=. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.proofpoint.com/v2/url?u=https-3A__apps.apple.com_app_apple-2Dstore_id1477376905-3Fct-3Dnotification-2Demail-26mt-3D8-26pt-3D524675&d=DwMCaQ&c=q6k2DsTcEGCcCb_WtVSz6hhIl8hvYssy7sH8ZwfbbKU&r=Z4SxdPhxBpKgMyTirhZ_xv_-4iI3gFeXTkC4eelHnjgwiEMkmnDp-Eu7dOP-o9e7&m=dng-aBATGDZJNSW68i-TQN_0e74Mz7p6t3h3ywB6D70&s=xpsaK0jFzHgSHcNLT9l2DptdfUOSKONBnDYFwNTXPhs&e= or Androidhttps://urldefense.proofpoint.com/v2/url?u=https-3A__play.google.com_store_apps_details-3Fid-3Dcom.github.android-26utm-5Fcampaign-3Dnotification-2Demail&d=DwMCaQ&c=q6k2DsTcEGCcCb_WtVSz6hhIl8hvYssy7sH8ZwfbbKU&r=Z4SxdPhxBpKgMyTirhZ_xv_-4iI3gFeXTkC4eelHnjgwiEMkmnDp-Eu7dOP-o9e7&m=dng-aBATGDZJNSW68i-TQN_0e74Mz7p6t3h3ywB6D70&s=OwpcFmj_JzlKz5R_ILuBY1hu3SnK5uNk5ru9whq0I3A&e=.

marijnh commented 3 years ago

Is this something not related to acorn?

I don't think it is, no.