What are you trying to accomplish
*e.g. I want to create a svelte project using “npm create svelte@latest routing-app” but when i am trying to hit "npm install “@builder.io/sdk-svelte” ", I am getting errors, i have tried reinstalling node as well as visual studio. Checked that the full control is selected. still getting same error.
Code stack you are integrating Builder with
*e.g. Svelte
Error Message
npm warn cleanup Failed to remove some directories [
npm warn cleanup [
npm warn cleanup ‘D:\JunTest\routing-app\node_modules\@jridgewell\sourcemap-codec’,
npm warn cleanup [Error: EPERM: operation not permitted, rmdir ‘D:\JunTest\routing-app\node_modules@jridgewell\sourcemap-codec\dist\types’] {
npm warn cleanup errno: -4048,
npm warn cleanup code: ‘EPERM’,
npm warn cleanup syscall: ‘rmdir’,
npm warn cleanup path: ‘D:\JunTest\routing-app\node_modules\@jridgewell\sourcemap-codec\dist\types’
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup ‘D:\JunTest\routing-app\node_modules\@sveltejs\kit’,
npm warn cleanup [Error: EPERM: operation not permitted, rmdir ‘D:\JunTest\routing-app\node_modules@sveltejs\kit\src\types’] {
npm warn cleanup errno: -4048,
npm warn cleanup code: ‘EPERM’,
npm warn cleanup syscall: ‘rmdir’,
npm warn cleanup path: ‘D:\JunTest\routing-app\node_modules\@sveltejs\kit\src\types’
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup ‘D:\JunTest\routing-app\node_modules\@sveltejs’,
npm warn cleanup [Error: EPERM: operation not permitted, rmdir ‘D:\JunTest\routing-app\node_modules@sveltejs\kit\src\runtime’] {
npm warn cleanup errno: -4048,
npm warn cleanup code: ‘EPERM’,
npm warn cleanup syscall: ‘rmdir’,
npm warn cleanup path: ‘D:\JunTest\routing-app\node_modules\@sveltejs\kit\src\runtime’
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup ‘D:\JunTest\routing-app\node_modules’,
npm warn cleanup [Error: EPERM: operation not permitted, rmdir ‘D:\JunTest\routing-app\node_modules@builder.io\sdk-svelte\lib\browser\components\block\components’] {
npm warn cleanup errno: -4048,
npm warn cleanup code: ‘EPERM’,
npm warn cleanup syscall: ‘rmdir’,
npm warn cleanup path: ‘D:\JunTest\routing-app\node_modules\@builder.io\sdk-svelte\lib\browser\components\block\components’
npm warn cleanup }
npm warn cleanup ]
npm warn cleanup ]
npm error code 1
npm error path D:\JunTest\routing-app\node_modules\isolated-vm
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c prebuild-install || (node-gyp rebuild --release -j max && node-gyp clean)
npm error cl : command line warning D9025: overriding ‘/std:c++20’ with ‘/std:c++17’ [D:\JunTest\routing-app\node_modules\isolated-vm\build\nortti.vcxproj]
npm error cl : command line warning D9025: overriding ‘/GR-’ with ‘/GR’ [D:\JunTest\routing-app\node_modules\isolated-vm\build\nortti.vcxproj]
npm error serializer_nortti.cc
npm error cl : command line warning D9025: overriding ‘/std:c++20’ with ‘/std:c++17’ [D:\JunTest\routing-app\node_modules\isolated-vm\build\isolated_vm.vcxproj]
npm error cl : command line warning D9025: overriding ‘/GR-’ with ‘/GR’ [D:\JunTest\routing-app\node_modules\isolated-vm\build\isolated_vm.vcxproj]
npm error external_copy.cc
npm error D:\JunTest\routing-app\node_modules\isolated-vm\src\isolate\generic\error.h(84,80): error C2440: ‘specialization’: cannot convert from ‘v8::Localv8::Value (__cdecl *)(v8::Localv8::String,v8::Localv8::Value)’ to ‘v8::Localv8::Value (__cdecl *)(v8::Localv8::String)’ [D:\JunTest\routing-app\node_modules\isolated-vm\build\nortti.vcxproj]
n