Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vue.js/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vue.js 错误:EISDIR:文件是一个目录。'/节点模块/引导/SCS/mixins';(CodeSandbox/Bootstrap/VueJS)_Vue.js_Bootstrap 4_Codesandbox - Fatal编程技术网

Vue.js 错误:EISDIR:文件是一个目录。'/节点模块/引导/SCS/mixins';(CodeSandbox/Bootstrap/VueJS)

Vue.js 错误:EISDIR:文件是一个目录。'/节点模块/引导/SCS/mixins';(CodeSandbox/Bootstrap/VueJS),vue.js,bootstrap-4,codesandbox,Vue.js,Bootstrap 4,Codesandbox,我对所有这些网络技术(CodeSandbox、Bootstrap和VueJS)都有点陌生,但我学得很快。在做了大量的研究之后,我想以一个良好的基础和良好的结构开始我的web平台项目,但我遇到了这个错误: 在“/src/styles”中找不到模块“bootstrap/scss/mixins” 当我查看包含“import”指令的文件时: 错误:错误:EISDIR:文件是一个目录,'/node_modules/bootstrap/scss/mixins' 在节点模块/bootstrap/scss/bo

我对所有这些网络技术(CodeSandbox、Bootstrap和VueJS)都有点陌生,但我学得很快。在做了大量的研究之后,我想以一个良好的基础和良好的结构开始我的web平台项目,但我遇到了这个错误:

在“/src/styles”中找不到模块“bootstrap/scss/mixins”

当我查看包含“import”指令的文件时:

错误:错误:EISDIR:文件是一个目录,'/node_modules/bootstrap/scss/mixins'
在节点模块/bootstrap/scss/bootstrap.scss的第10:9行 从/stdin的第10:2行开始
>>@import“mixins”

我知道“mixins”是一个目录,好吧,但它是引导代码人。。。我无法在codesandbox上更改它,在检查之后,“mixin”是一个目录似乎很正常

您可以检查代码沙盒(没有做任何更改,项目刚刚导入,模块没有更新,我试过了,但没有做任何更改)。包含所有导入指令的文件是src/styles/themes.scss

提前感谢您的帮助!:)