[FIXED] DIR Error when installing dependecies

I clone my repo https://github.com/justinemar/bp but when installing the dependencies an error occurs

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ERROR  ENOTDIR: not a directory, rename '/rbd/pnpm-volume/494410b1-6800-4bb8-96fc-022786cc5e91/bp/node_modules/.registry.
npmjs.org/@webassemblyjs/wasm-parser/1.4.3/node_modules/@webassemblyjs/_tmp_26039_bf2bb9aa210f2a5ac1306966b37ec43d' -> '/r
bd/pnpm-volume/494410b1-6800-4bb8-96fc-022786cc5e91/bp/node_modules/.registry.npmjs.org/@webassemblyjs/wasm-parser/1.4.3/n
ode_modules/@webassemblyjs/wasm-parser'

Sometimes it helps to open console and type

enable-npm

We fixed various issues related to pnpm, so running enable-npm should not be needed most of the time anymore :slight_smile:

1 Like