You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install @babel/core using multidep but I'm seeing the following error:
@babel/core 7.1.0: Installing
Error: ENOENT: no such file or directory, mkdir 'node-tests/multidep_modules/@babel/core-7.1.0'
at Object.fs.mkdirSync (fs.js:872:3)
at /Users/tbieniek/Code/ember-test-selectors/node_modules/multidep/index.js:80:18
It seems that the slash in the package name is creating issues within multidep.
The text was updated successfully, but these errors were encountered:
I'm trying to install
@babel/core
usingmultidep
but I'm seeing the following error:It seems that the slash in the package name is creating issues within
multidep
.The text was updated successfully, but these errors were encountered: