我克隆了一个git存储库,但是npm install不起作用。无法在@vue文件夹中找到文件,该文件在文件夹项目中丢失。 使用npm install时,我在项目文件夹中。
我尝试了“ npm init”,试图擦除了node_modules文件夹,试图更新npm。我在composer中创建的所有项目都会发生这种情况,而在我使用GitHub克隆的项目中都会发生这种情况。
vagrant@homestead:~/Proyectos/test$ npm install
npm ERR! path /home/vagrant/Proyectos/test/node_modules/@vue/component-compiler-utils/node_modules/source-map/package.json.3794421909
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/home/vagrant/Proyectos/test/node_modules/@vue/component-compiler-utils/node_modules/source-map/package.json.3794421909'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/vagrant/.npm/_logs/2019-05-30T04_58_47_485Z-debug.log