Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/24.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
Reactjs 在veracrypt容器中创建react应用程序失败_Reactjs_Veracrypt - Fatal编程技术网

Reactjs 在veracrypt容器中创建react应用程序失败

Reactjs 在veracrypt容器中创建react应用程序失败,reactjs,veracrypt,Reactjs,Veracrypt,您好,我正在尝试在veracrypt容器中创建react应用程序,但每次创建react应用程序都失败,出现以下错误: error An unexpected error occurred: "EPERM: operation not permitted, symlink '../../../parser/bin/babel-parser.js' -> '/media/veracrypt1/repo/sax/frontend/node_modules/@babel/core/nod

您好,我正在尝试在veracrypt容器中创建react应用程序,但每次创建react应用程序都失败,出现以下错误:

error An unexpected error occurred: "EPERM: operation not permitted, symlink '../../../parser/bin/babel-parser.js' -> '/media/veracrypt1/repo/sax/frontend/node_modules/@babel/core/node_modules/.bin/parser'".
info If you think this is a bug, please open a bug report with the information provided in "/media/veracrypt1/repo/sax/frontend/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Aborting installation.
  yarnpkg add --exact react react-dom react-scripts cra-template --cwd /media/veracrypt1/repo/sax/frontend has failed.

Deleting generated file... node_modules
Deleting generated file... package.json
Deleting generated file... yarn.lock
Done.
这看起来像是由于veracrypt导致的权限错误,我可以在其他任何地方运行此命令,并且不会遇到任何问题

有人知道我怎么解决这个问题吗